mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
Update kernel boot arguments
This commit is contained in:
parent
05d0ffb91e
commit
f4ce89e953
@ -3,6 +3,6 @@ set timeout=0
|
||||
# set lang=ro_RO
|
||||
|
||||
menuentry "Fennix" {
|
||||
multiboot2 /kernel.fsys
|
||||
multiboot2 /kernel.fsys --alloc=liballoc11 --cores=0 --tasking=multi
|
||||
boot
|
||||
}
|
@ -5,7 +5,7 @@ INTERFACE_BRANDING=Fennix
|
||||
# DO NOT EDIT!
|
||||
COMMENT=Boot Fennix using Limine protocol
|
||||
PROTOCOL=limine
|
||||
KERNEL_CMDLINE=debug liballoc11
|
||||
KERNEL_CMDLINE=--alloc=liballoc11 --cores=0 --tasking=multi
|
||||
KERNEL_PATH=boot:///kernel.fsys
|
||||
|
||||
MODULE_PATH=boot:///initrd.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user