Bootable multiboot2 kernel
This commit is contained in:
@@ -13,4 +13,9 @@ end
|
||||
|
||||
define reset
|
||||
monitor system_reset
|
||||
end
|
||||
|
||||
python
|
||||
import os
|
||||
gdb.execute('file ' + os.environ['BUILDROOT'] + '/sysroot/kernel')
|
||||
end
|
||||
Reference in New Issue
Block a user