Remove --ioc=true from kernel command line

This commit is contained in:
EnderIce2 2024-02-28 06:35:13 +02:00
parent baba642dc7
commit 5260c351aa
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

@ -7,7 +7,7 @@ menuentry "Fennix" {
load_video load_video
clear clear
echo "Loading kernel" echo "Loading kernel"
multiboot2 /fennix.elf --ioapicirq=1 --ioc=true --udl=true --simd=true multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true
echo "Loading initrd" echo "Loading initrd"
module2 /initrd.tar.gz initrd module2 /initrd.tar.gz initrd
echo "Booting..." echo "Booting..."

View File

@ -5,7 +5,7 @@ INTERFACE_BRANDING=Fennix
# DO NOT EDIT! # DO NOT EDIT!
COMMENT=Boot Fennix using limine protocol COMMENT=Boot Fennix using limine protocol
PROTOCOL=limine PROTOCOL=limine
KERNEL_CMDLINE=--ioapicirq=1 --ioc=true --udl=true --simd=true KERNEL_CMDLINE=--ioapicirq=1 --udl=true --simd=true
KERNEL_PATH=boot:///fennix.elf KERNEL_PATH=boot:///fennix.elf
MODULE_PATH=boot:///initrd.tar.gz MODULE_PATH=boot:///initrd.tar.gz