Update kernel boot arguments

This commit is contained in:
Alex
2022-10-20 01:08:42 +03:00
parent 05d0ffb91e
commit f4ce89e953
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
}