mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 10:59:15 +00:00
chore: Update makefiles and doxygen
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -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..."
|
||||
|
Reference in New Issue
Block a user