rulimine/test/limine.cfg

59 lines
1.3 KiB
INI
Raw Permalink Normal View History

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