mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
Meta: Add support for the Limine bootloader
This commit is contained in:
parent
c3e4123ed7
commit
64ff8af074
5 changed files with 140 additions and 5 deletions
25
Meta/limine.cfg
Normal file
25
Meta/limine.cfg
Normal file
|
@ -0,0 +1,25 @@
|
|||
TIMEOUT=3
|
||||
|
||||
:SerenityOS (normal)
|
||||
PROTOCOL=multiboot1
|
||||
CMDLINE=root=/dev/hda2
|
||||
KERNEL_PATH=boot://2/boot/Prekernel
|
||||
MODULE_PATH=boot://2/boot/Kernel
|
||||
|
||||
:SerenityOS (text mode)
|
||||
PROTOCOL=multiboot1
|
||||
CMDLINE=fbdev=off root=/dev/hda2
|
||||
KERNEL_PATH=boot://2/boot/Prekernel
|
||||
MODULE_PATH=boot://2/boot/Kernel
|
||||
|
||||
:SerenityOS (no ACPI)
|
||||
PROTOCOL=multiboot1
|
||||
CMDLINE=root=/dev/hda2 acpi=off
|
||||
KERNEL_PATH=boot://2/boot/Prekernel
|
||||
MODULE_PATH=boot://2/boot/Kernel
|
||||
|
||||
:SerenityOS (with serial output)
|
||||
PROTOCOL=multiboot1
|
||||
CMDLINE=root=/dev/hda2
|
||||
KERNEL_PATH=boot://2/boot/Prekernel
|
||||
MODULE_PATH=boot://2/boot/Kernel
|
Loading…
Add table
Add a link
Reference in a new issue