-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlimine.conf
34 lines (25 loc) · 921 Bytes
/
limine.conf
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
# Timeout in seconds that Limine will use before automatically booting.
timeout: 3
interface_branding:
term_palette: 1e1e2e;f38ba8;a6e3a1;f9e2af;89b4fa;f5c2e7;94e2d5;cdd6f4
term_palette_bright: 585b70;f38ba8;a6e3a1;f9e2af;89b4fa;f5c2e7;94e2d5;cdd6f4
term_background: 1e1e2e
term_foreground: cdd6f4
term_background_bright: 585b70
term_foreground_bright: cdd6f4
# The entry name that will be displayed in the boot menu.
/Aphrodite
# We use the Limine boot protocol.
protocol: limine
# Disable KASLR (it is enabled by default for relocatable kernels)
kaslr: no
# Path to the kernel to boot. boot():/ represents the partition on which limine.conf is located.
path: boot():/boot/kernel
# Same thing, but with KASLR.
/Aphrodite (with KASLR)
protocol: limine
path: boot():/boot/kernel
/Aphrodite (Stress test)
protocol: limine
path: boot():/boot/kernel
randomize_memory: yes