From c42b92bd85ec8114979d538ae39784938d14bc7a Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 17 May 2023 03:38:36 +0300 Subject: [PATCH] Update kernel cmdline --- tools/limine.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/limine.cfg b/tools/limine.cfg index e0ebe33d..b7b32587 100644 --- a/tools/limine.cfg +++ b/tools/limine.cfg @@ -18,7 +18,7 @@ INTERFACE_BRANDING=Fennix # DO NOT EDIT! COMMENT=Boot Fennix using multiboot2 protocol 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 MODULE_PATH=boot:///initrd.tar.gz