mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 19:09:16 +00:00
Update filesystem structure
This commit is contained in:
@ -7,11 +7,9 @@ menuentry "Fennix" {
|
||||
load_video
|
||||
clear
|
||||
echo "Loading kernel"
|
||||
multiboot2 /kernel.fsys --alloc=xallocv1 --cores=0 --ioapicirq=1 --tasking=multi --drvdir=/system/drivers --init=/system/init.elf --ioc=true --udl=true --simd=false --bootanim=false
|
||||
multiboot2 /kernel.fsys --alloc=xallocv1 --cores=0 --ioapicirq=1 --tasking=multi --drvdir=/modules --init=/bin/init --ioc=true --udl=true --simd=false --bootanim=false
|
||||
echo "Loading initrd"
|
||||
module2 /initrd.tar.gz initrd
|
||||
echo "Loading bootanim"
|
||||
module2 /bootanim.tar.gz bootanim
|
||||
echo "Booting..."
|
||||
boot
|
||||
}
|
||||
|
Reference in New Issue
Block a user