From f84c55f194df088c291fc4359ccec1305be456ce Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 17 Jul 2021 19:03:45 +0200 Subject: basic boot module support This loads a file from the boot disk into memory. Currently it just gets printed, but it's going to become a real executable soon. --- grub.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'grub.cfg') diff --git a/grub.cfg b/grub.cfg index 5f66c18..36f116d 100644 --- a/grub.cfg +++ b/grub.cfg @@ -2,4 +2,5 @@ set timeout=0 menuentry "Camellia" { multiboot /boot/kernel.bin + module /boot/init } -- cgit v1.2.3