instmbr script from 256boss
[bootcensus] / gdbnotes
1 $ qemu-system-i386 -fda test.bin -s -S
2 $ gdb
3 target remote localhost:1234
4 set architecture i8086
5 display/i $pc
6 b *0x7c00
7
8 examine register with: i r eax
9
10 $ objdump -D test -m i8086