Update bootloader configs

This commit is contained in:
Alex
2023-03-04 21:19:57 +02:00
parent 834f64724c
commit c5342827bd
2 changed files with 15 additions and 3 deletions

View File

@ -3,6 +3,8 @@ set timeout=0
# set lang=ro_RO
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
boot
}
}