Improved build system

This commit is contained in:
ice-bit
2019-07-11 20:13:47 +02:00
parent 512beb4173
commit 6aca949f50
2 changed files with 49 additions and 9 deletions

7
grub.cfg Normal file
View File

@@ -0,0 +1,7 @@
set timeout = 0
set default = 0
menuentry "iceOS" {
multiboot2 /boot/iceOS.bin
boot
}