[BOOT] Multiboot compliant kernel which runs 64 bit code

This commit is contained in:
2016-07-24 00:45:20 +02:00
parent 1f8d5b3482
commit df86be2973
13 changed files with 433 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
set timeout=0
set timeout=1
set default=0
menuentry "mittos64" {
multiboot2 /boot/kernel
}
menuentry "mittos64 MultiBoot1" {
multiboot /boot/kernel
}