From 4c7b4a3d0f798f62775d16b47b8f192c2c2b5ef0 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 16 Jul 2021 16:09:10 +0200 Subject: `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. --- grub.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grub.cfg') diff --git a/grub.cfg b/grub.cfg index ab0a41d..5f66c18 100644 --- a/grub.cfg +++ b/grub.cfg @@ -1,3 +1,5 @@ +set timeout=0 + menuentry "Camellia" { multiboot /boot/kernel.bin } -- cgit v1.2.3