Update kernel boot arguments

This commit is contained in:
Alex 2022-10-20 01:08:42 +03:00
parent 05d0ffb91e
commit f4ce89e953
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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