refactor(tools): update boot configurations

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-24 15:07:22 +00:00
parent fc588f10bc
commit fcdc26c1f7
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ menuentry "Fennix" {
load_video
clear
echo "Loading kernel"
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true --init=/bin/fsh
multiboot2 /fennix.elf --init=/sys/bin/init
echo "Loading rootfs"
module2 /rootfs.tar rootfs
echo "Booting..."