Start using the zig build system
Start using zig build system
This commit is contained in:
parent
def383249e
commit
47f68ceb9c
5 changed files with 145 additions and 33 deletions
7
grub/grub.cfg
Normal file
7
grub/grub.cfg
Normal 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
BIN
grub/stage2_eltorito
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue