diff options
author | dzwdz | 2021-07-17 19:03:45 +0200 |
---|---|---|
committer | dzwdz | 2021-07-17 19:03:45 +0200 |
commit | f84c55f194df088c291fc4359ccec1305be456ce (patch) | |
tree | 0476907b089c174adc6e72cfe780134cbd9cbe89 /grub.cfg | |
parent | 895108bbba356aa39920a42df1587211e424ef8b (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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,4 +2,5 @@ set timeout=0 menuentry "Camellia" { multiboot /boot/kernel.bin + module /boot/init } |