mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 22:14:34 +00:00
refactor(tools): update boot configurations
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
fc588f10bc
commit
fcdc26c1f7
@ -7,7 +7,7 @@ menuentry "Fennix" {
|
||||
load_video
|
||||
clear
|
||||
echo "Loading kernel"
|
||||
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true --init=/bin/fsh
|
||||
multiboot2 /fennix.elf --init=/sys/bin/init
|
||||
echo "Loading rootfs"
|
||||
module2 /rootfs.tar rootfs
|
||||
echo "Booting..."
|
||||
|
@ -1,11 +1,11 @@
|
||||
TIMEOUT=1
|
||||
TIMEOUT=5
|
||||
INTERFACE_BRANDING=Fennix
|
||||
|
||||
:Fennix (limine)
|
||||
# DO NOT EDIT!
|
||||
COMMENT=Boot Fennix using limine protocol
|
||||
PROTOCOL=limine
|
||||
KERNEL_CMDLINE=--ioapicirq=1 --udl=true --simd=true
|
||||
KERNEL_CMDLINE=--init=/sys/bin/init
|
||||
KERNEL_PATH=boot:///fennix.elf
|
||||
|
||||
MODULE_PATH=boot:///rootfs.tar
|
||||
|
@ -1,2 +1,2 @@
|
||||
CMDLINE=debug
|
||||
CMDLINE=--init=/sys/bin/init
|
||||
INITRD=rootfs.tar
|
||||
|
Loading…
x
Reference in New Issue
Block a user