chore: Update makefiles and doxygen

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-04 06:26:55 +02:00
parent 8dd3179aaa
commit dea36a0228
36 changed files with 4295 additions and 10557 deletions

View File

@ -1,5 +1,5 @@
set default=0
set timeout=1
set timeout=5
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
@ -7,7 +7,7 @@ menuentry "Fennix" {
load_video
clear
echo "Loading kernel"
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true --linux=true --init=/bin/init
multiboot2 /fennix.elf --ioapicirq=1 --udl=true --simd=true --init=/bin/init
echo "Loading initrd"
module2 /initrd.tar initrd
echo "Booting..."