diff options
author | dzwdz | 2021-07-16 16:09:10 +0200 |
---|---|---|
committer | dzwdz | 2021-07-16 16:09:10 +0200 |
commit | 4c7b4a3d0f798f62775d16b47b8f192c2c2b5ef0 (patch) | |
tree | 24841110ca073af284a9291d9abc6e2080986ebc /grub.cfg | |
parent | 2c3de0bdb63f933fecf7cf717396a16a29e38e10 (diff) |
`make boot` uses boot.iso / GRUB now
I'm going to implement the "initrd" soon, and it'll use multiboot
modules - I have no idea how to use them with the qemu -kernel thing,
and I have to support GRUB anyways, so I'm just going to use it instead.
Diffstat (limited to 'grub.cfg')
-rw-r--r-- | grub.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +set timeout=0 + menuentry "Camellia" { multiboot /boot/kernel.bin } |