Update submodules

This commit is contained in:
EnderIce2
2024-11-20 04:26:09 +02:00
parent e8a07925cc
commit dc5d62717e
17 changed files with 231 additions and 75 deletions

View File

@ -7,9 +7,9 @@ menuentry "Fennix" {
load_video
clear
echo "Loading kernel"
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true --linux=true --init=/bin/init
echo "Loading initrd"
module2 /initrd.tar.gz initrd
module2 /initrd.tar initrd
echo "Booting..."
boot
}
@ -24,6 +24,14 @@ if [ ${grub_platform} == "efi" ]; then
}
fi
menuentry "System restart" {
reboot
}
menuentry "System shutdown" {
halt
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video