forked from sve009/aos_kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
limine.cfg
37 lines (26 loc) · 861 Bytes
/
limine.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Timeout in seconds that Limine will use before automatically booting.
TIMEOUT=0
# The entry name that will be displayed in the boot menu
:my kernel
# Change the protocol line depending on the used protocol.
PROTOCOL=stivale2
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
KERNEL_PATH=boot:///kernel.elf
# Load the init program as a module
MODULE_PATH=boot:///init
MODULE_STRING=init
# Load the shell program as a module
MODULE_PATH=boot:///shell
MODULE_STRING=shell
# Load the hello program as a module
MODULE_PATH=boot:///hello
MODULE_STRING=hello
# Load the echo program as a module
MODULE_PATH=boot:///echo
MODULE_STRING=echo
# Load the test program as a module
MODULE_PATH=boot:///test
MODULE_STRING=test
# Load the kernel program as a module
MODULE_PATH=boot:///kernel.elf
MODULE_STRING=kernel