diff options
author | Marvin Borner | 2021-07-06 22:07:04 +0200 |
---|---|---|
committer | Marvin Borner | 2021-07-06 22:07:04 +0200 |
commit | b2880945ae17ad857bd425540acd3dc75b2cff6b (patch) | |
tree | f5dea0028fb5e2b9072aa15f60c497bc7e20d13b /example/segelboot.cfg | |
parent | 23aa6f84539ba320a91235fb81681d0754178f62 (diff) |
Basic multiboot 1 detection and verification
Diffstat (limited to 'example/segelboot.cfg')
-rw-r--r-- | example/segelboot.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/segelboot.cfg b/example/segelboot.cfg index 17a7d14..65938eb 100644 --- a/example/segelboot.cfg +++ b/example/segelboot.cfg @@ -3,5 +3,5 @@ TIMEOUT=10 # Multiboot 1 PATH=hda0:/boot/mb1.elf -# Multiboot 2 -PATH=hda0:/boot/mb2.elf +# Multiboot 2 (TODO) +PATH=hda0:/boot/mb1.elf |