From 23aa6f84539ba320a91235fb81681d0754178f62 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 5 Jul 2021 23:22:24 +0200 Subject: ACPI and config parsing --- example/segelboot.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example/segelboot.cfg (limited to 'example/segelboot.cfg') 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 -- cgit v1.2.3