cowos uses it's own cowlibc! big W

This commit is contained in:
cowmonk 2025-05-28 18:58:30 -07:00
parent 435b2bf2a0
commit b08b0728ae
18 changed files with 188 additions and 3050 deletions

View file

@ -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