Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
# Nobody knows what these lines do:
set timeout=3
set default=0
# Set the name of the OS in the boot menu:
menuentry "LearnOS" {
multiboot2 /boot/kernel.bin # Set the binary in this location.
boot
}
What could cause this problem?
Last edited by Ovid on Thu Jul 08, 2021 5:29 pm, edited 1 time in total.
# Nobody knows what these lines do:
set timeout=3
set default=0
# Set the name of the OS in the boot menu:
menuentry "LearnOS" {
multiboot2 /boot/kernel.bin # Set the binary in this location.
boot
}