mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-27 14:33:27 +00:00
cowos uses it's own cowlibc! big W
This commit is contained in:
parent
435b2bf2a0
commit
b08b0728ae
18 changed files with 188 additions and 3050 deletions
3
Makefile
3
Makefile
|
|
@ -14,7 +14,7 @@ iso: kernel limine
|
|||
kernel:
|
||||
make -C ./kernel/ all
|
||||
|
||||
limine:
|
||||
limine: kernel
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
|
||||
make -C limine
|
||||
|
||||
|
|
@ -26,3 +26,4 @@ limine:
|
|||
|
||||
clean:
|
||||
rm cowos.iso
|
||||
make -C ./kernel/ clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue