summaryrefslogtreecommitdiff
path: root/grub.cfg
diff options
context:
space:
mode:
authordzwdz2021-07-17 19:03:45 +0200
committerdzwdz2021-07-17 19:03:45 +0200
commitf84c55f194df088c291fc4359ccec1305be456ce (patch)
tree0476907b089c174adc6e72cfe780134cbd9cbe89 /grub.cfg
parent895108bbba356aa39920a42df1587211e424ef8b (diff)
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.
Diffstat (limited to 'grub.cfg')
-rw-r--r--grub.cfg1
1 files changed, 1 insertions, 0 deletions
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
}