Skip to content

Commit c017f46

Browse files
committed
os: update for 0.0.5
1 parent 7b848a9 commit c017f46

File tree

9 files changed

+12
-5
lines changed

9 files changed

+12
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ install_kernel_to_disk: build/kernel
182182

183183
distro: $(DRIVE_IMG) install_kernel_to_disk
184184
./pkgs/missio build libc libz libpng
185-
./pkgs/missio install base adam core wm lua mruby kilo
185+
./pkgs/missio install base main adam core wm lua mruby kilo
186186

187187
clean:
188188
rm -f build/*

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center">lilith</h1>
22

33
<p align="center">
4-
<img src="./img/screenshot-2212.png" alt="screenshot of lilith"/>
4+
<img src="./img/screenshot23.png" alt="screenshot of lilith"/>
55
</p>
66

77
<p align="center">
@@ -63,5 +63,3 @@ make run_img
6363
## License
6464

6565
Lilith is licensed under MIT. See LICENSE for more details.
66-
67-
Wallpaper: [昼寝覚めたら夜になった](https://www.pixiv.net/en/artworks/78375860) by [catzz](https://www.pixiv.net/member.php?id=1056186)

img/screenshot23.png

796 KB
Loading
-1.52 MB
Binary file not shown.

pkgs/base/share/papes/pape.png

1.05 MB
Loading

pkgs/base/share/papes/violet.png

-1.06 MB
Binary file not shown.

pkgs/base/share/papes/yuki.jpg

-633 KB
Binary file not shown.

userspace/applications/wm/desktop.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
startup = [
2-
["pape", "/hd0/share/papes/cantsleep.png"],
2+
["pape", "/hd0/share/papes/pape.png"],
33
["cterm"],
44
["cbar"],
55
]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
struct Spinlock
2+
def locked?
3+
false
4+
end
5+
6+
def with(&block)
7+
yield
8+
end
9+
end

0 commit comments

Comments
 (0)