[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 +1,23 @@
file sysroot/boot/kernel
target remote localhost:1234
define q
monitor quit
end
define reg
monitor info registers
end
define mm
monitor info mem
end
define cpu
monitor info cpus
end
define reset
monitor system_reset
end