From 52c69879826418dbf0e9e5eeadba01ed9f29ee39 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 28 Nov 2022 08:26:33 +0200 Subject: [PATCH] Updated kernel configs --- tools/grub.cfg | 2 +- tools/limine.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/grub.cfg b/tools/grub.cfg index 07e4bc3c..f9dd7b96 100644 --- a/tools/grub.cfg +++ b/tools/grub.cfg @@ -3,6 +3,6 @@ set timeout=0 # set lang=ro_RO menuentry "Fennix" { - multiboot2 /kernel.fsys --alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true + multiboot2 /kernel.fsys --alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true boot } \ No newline at end of file diff --git a/tools/limine.cfg b/tools/limine.cfg index f0fc93de..e334dfa8 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=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true + KERNEL_CMDLINE=--alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true KERNEL_PATH=boot:///kernel.fsys MODULE_PATH=boot:///initrd.tar.gz