Skip to content

Instantly share code, notes, and snippets.

@kristianpaul
Created January 16, 2011 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristianpaul/782182 to your computer and use it in GitHub Desktop.
Save kristianpaul/782182 to your computer and use it in GitHub Desktop.
[paul@micro msd-dec2010]$ hexdump -C -n30 bios.bin
00000000 00 98 00 00 00 d0 00 00 01 78 86 00 21 38 00 00 |.........x..!8..|
00000010 e1 d0 00 00 00 f8 9e 08 42 98 00 10 00 e0 |........B.....|
0000001e
[paul@micro msd-dec2010]$ hexdump -C -n30 bios-1.0RC2.bin
00000000 98 00 00 00 d0 00 00 00 78 01 00 86 38 21 00 00 |........x...8!..|
00000010 d0 e1 00 00 f8 00 08 a4 98 42 10 00 e0 00 |.........B....|
0000001e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment