rulimine/test/limine.cfg

59 lines
1.3 KiB
INI
Raw Normal View History

2022-03-22 04:39:51 +01:00
# Some example macros
${TEST_KERNEL}=boot:///boot/test.elf
${WALLPAPER_PATH}=boot:///boot/bg.bmp
2021-12-15 19:45:54 +01:00
2021-11-19 15:17:37 +01:00
DEFAULT_ENTRY=1
2021-03-04 13:48:31 +01:00
TIMEOUT=3
2021-05-11 06:46:42 +02:00
VERBOSE=yes
2022-03-22 04:39:51 +01:00
# Terminal related settings
TERM_WALLPAPER=${WALLPAPER_PATH}
TERM_BACKDROP=008080
2020-08-29 20:02:16 +02:00
:Limine Test
2022-03-22 04:39:51 +01:00
COMMENT=Test of the Limine boot protocol.
2020-08-29 20:02:16 +02:00
2022-03-22 04:39:51 +01:00
PROTOCOL=limine
KERNEL_PATH=${TEST_KERNEL}
KERNEL_CMDLINE=This is an example kernel command line.
2021-03-10 00:56:35 +01:00
2022-03-24 02:18:33 +01:00
MODULE_PATH=${WALLPAPER_PATH}
2022-03-22 04:39:51 +01:00
MODULE_CMDLINE=This is the first module.
2020-11-15 17:56:10 +01:00
2022-03-22 04:39:51 +01:00
MODULE_PATH=boot:///boot/bg.bmp
:Multiboot2 Test
2022-03-22 04:39:51 +01:00
COMMENT=Test of the multiboot2 boot protocol.
2022-03-22 04:39:51 +01:00
PROTOCOL=multiboot2
KERNEL_PATH=boot:///boot/multiboot2.elf
KERNEL_CMDLINE=This is an example kernel command line.
2022-03-22 04:39:51 +01:00
MODULE_PATH=boot:///boot/bg.bmp
MODULE_STRING=This is the first module.
2021-05-06 04:31:05 +02:00
:EFI Chainloading
2022-03-22 04:39:51 +01:00
COMMENT=Test EFI image chainloading.
2021-05-06 04:31:05 +02:00
2022-03-22 04:39:51 +01:00
PROTOCOL=chainload
IMAGE_PATH=boot:///EFI/BOOT/BOOTX64.EFI
2021-05-06 04:31:05 +02:00
:BIOS Chainloading
2022-03-22 04:39:51 +01:00
COMMENT=Test BIOS chainloading.
2022-03-22 04:39:51 +01:00
PROTOCOL=chainload
DRIVE=1
:+Legacy
2022-03-22 04:39:51 +01:00
COMMENT=Directory containing legacy entries.
2022-03-22 04:39:51 +01:00
::Multiboot1 Test
COMMENT=Test of the multiboot1 boot protocol.
2022-03-22 04:39:51 +01:00
PROTOCOL=multiboot1
KERNEL_PATH=boot:///boot/multiboot.elf
KERNEL_CMDLINE=This is an example kernel command line.
2021-11-26 12:09:09 +00:00
2022-03-22 04:39:51 +01:00
MODULE_PATH=boot:///boot/bg.bmp
MODULE_STRING=This is the first module.