OS Barebones done

This commit is contained in:
Benjamin Kyd
2019-04-24 21:28:33 +01:00
parent 3f09b8533e
commit c211353c6e
10 changed files with 235 additions and 0 deletions

BIN
iso/boot/OwOS.bin Normal file

Binary file not shown.

7
iso/boot/grub/grub.cfg Normal file
View File

@@ -0,0 +1,7 @@
set timeout=0
set default=0
menuentry "OwOS v0.01" {
multiboot /boot/OwOS.bin
boot
}