Update kernel cmdline

This commit is contained in:
Alex 2023-05-17 03:38:36 +03:00
parent f3dd9099fa
commit c42b92bd85
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -18,7 +18,7 @@ INTERFACE_BRANDING=Fennix
# DO NOT EDIT! # DO NOT EDIT!
COMMENT=Boot Fennix using multiboot2 protocol COMMENT=Boot Fennix using multiboot2 protocol
PROTOCOL=multiboot2 PROTOCOL=multiboot2
KERNEL_CMDLINE=--alloc=xallocv1 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true --simd=false --bootanim=false KERNEL_CMDLINE=--alloc=xallocv1 --cores=0 --ioapicirq=1 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true --simd=false --bootanim=false
KERNEL_PATH=boot:///kernel.fsys KERNEL_PATH=boot:///kernel.fsys
MODULE_PATH=boot:///initrd.tar.gz MODULE_PATH=boot:///initrd.tar.gz