diff options
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 |