X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=gdbnotes;fp=gdbnotes;h=e03261fd7a4078f5777b63724b946d0378648ad0;hp=0000000000000000000000000000000000000000;hb=098b0dd7bf6600ed6b904cd531a55a6415996900;hpb=e5b5905eb3134a409638a5a20462000ef159e1e6 diff --git a/gdbnotes b/gdbnotes new file mode 100644 index 0000000..e03261f --- /dev/null +++ b/gdbnotes @@ -0,0 +1,10 @@ +$ qemu-system-i386 -fda test.bin -s -S +$ gdb +target remote localhost:1234 +set architecture i8086 +display/i $pc +b *0x7c00 + +examine register with: i r eax + +$ objdump -D test