Added stage 1 bootloader

This commit is contained in:
2025-02-17 10:45:02 -08:00
parent ede430390f
commit 6642ea76bb
13 changed files with 1167 additions and 0 deletions

14
.gdbinit Normal file
View File

@ -0,0 +1,14 @@
define hook-stop
# Translate the segment:offset into a physical address
printf "[%4x:%4x] ", $cs, $eip
x/i $cs*16+$eip
end
set disassembly-flavor intel
set architecture i8086
layout asm
layout reg
target remote localhost:26000
break *0x7c00