Update files

This commit is contained in:
EnderIce2
2024-01-19 06:53:16 +02:00
parent 23ad9e3b5d
commit a18b24e859
55 changed files with 178 additions and 72 deletions

View File

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