Start using the zig build system

Start using zig build system
This commit is contained in:
Sam Tebbs 2019-04-30 10:43:40 +01:00 committed by SamTebbs33
parent def383249e
commit 47f68ceb9c
5 changed files with 145 additions and 33 deletions

7
grub/grub.cfg Normal file
View file

@ -0,0 +1,7 @@
set timeout=0 # How long grub should wait before booting default menu entry
set default=0
menuentry "pluto" {
multiboot /boot/pluto.elf
boot
}

BIN
grub/stage2_eltorito Normal file

Binary file not shown.