From b243ffb25b4508b017353d6b4fc6da547b1e0cc7 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Mar 2023 03:34:39 +0200 Subject: [PATCH] Updated configs --- Fennix Kernel.code-workspace | 1 + tools/grub.cfg | 2 +- tools/limine.cfg | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Fennix Kernel.code-workspace b/Fennix Kernel.code-workspace index 01238afc..4339cde6 100644 --- a/Fennix Kernel.code-workspace +++ b/Fennix Kernel.code-workspace @@ -131,6 +131,7 @@ "INTX", "invlpg", "ioapic", + "ioapicirq", "IPCID", "iretq", "isdelim", diff --git a/tools/grub.cfg b/tools/grub.cfg index 0098476d..1f8fa9fc 100644 --- a/tools/grub.cfg +++ b/tools/grub.cfg @@ -5,6 +5,6 @@ set timeout=0 menuentry "Fennix" { clear echo "Loading Fennix..." - multiboot2 /kernel.fsys --alloc=xallocv1 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true + multiboot2 /kernel.fsys --alloc=xallocv1 --cores=0 --ioapicirq=1 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true boot } diff --git a/tools/limine.cfg b/tools/limine.cfg index b31f7ee2..47e17c9c 100644 --- a/tools/limine.cfg +++ b/tools/limine.cfg @@ -5,7 +5,7 @@ INTERFACE_BRANDING=Fennix # DO NOT EDIT! COMMENT=Boot Fennix using limine protocol PROTOCOL=limine - KERNEL_CMDLINE=--alloc=xallocv1 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true + KERNEL_CMDLINE=--alloc=xallocv1 --cores=0 --ioapicirq=1 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true KERNEL_PATH=boot:///kernel.fsys MODULE_PATH=boot:///initrd.tar.gz