forked from Mathewnd/Astral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlimine.cfg
31 lines (27 loc) · 818 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
TERM_MARGIN=40
TERM_MARGIN_GRADIENT=40
TERM_WALLPAPER=boot:///liminebg.bmp
TERM_WALLPAPER_STYLE=stretched
TIMEOUT=5
:Astral (initrd)
PROTOCOL=limine
KERNEL_PATH=boot:///astral
MODULE_PATH=boot:///initrd
KERNEL_CMDLINE=initrd rootfs=tmpfs initarg=withx nosmp
COMMENT="The Astral operating system"
:Astral (console, initrd)
PROTOCOL=limine
KERNEL_PATH=boot:///astral
MODULE_PATH=boot:///initrd
KERNEL_CMDLINE=initrd rootfs=tmpfs nosmp
COMMENT="The Astral operating system"
:Astral (console, vioblk0, ext2)
PROTOCOL=limine
KERNEL_PATH=boot:///astral
KERNEL_CMDLINE=rootfs=ext2 root=vioblk0 initarg=withx nosmp
COMMENT="The Astral operating system"
:Astral (console, vioblk0, ext2, console)
PROTOCOL=limine
KERNEL_PATH=boot:///astral
KERNEL_CMDLINE=rootfs=ext2 root=vioblk0 nosmp
COMMENT="The Astral operating system"