diff options
author | Marvin Borner | 2021-07-05 23:22:24 +0200 |
---|---|---|
committer | Marvin Borner | 2021-07-05 23:27:40 +0200 |
commit | 23aa6f84539ba320a91235fb81681d0754178f62 (patch) | |
tree | 972b0a4abc41900538bda23f4ac2145abf94e369 /example/segelboot.cfg | |
parent | d1476974cd612412eefc40c6dc72ba66191136fd (diff) |
ACPI and config parsing
Diffstat (limited to 'example/segelboot.cfg')
-rw-r--r-- | example/segelboot.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/example/segelboot.cfg b/example/segelboot.cfg new file mode 100644 index 0000000..17a7d14 --- /dev/null +++ b/example/segelboot.cfg @@ -0,0 +1,7 @@ +TIMEOUT=10 + +# Multiboot 1 +PATH=hda0:/boot/mb1.elf + +# Multiboot 2 +PATH=hda0:/boot/mb2.elf |