BIOS

From Alessandro's Wiki
Revision as of 16:38, 9 August 2012 by Porcelinux (talk | contribs) (Created page with " * get BIOS information: dd if=/dev/mem bs=1k skip=768 count=256 2>/dev/null | strings -n 8")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


  • get BIOS information:
dd if=/dev/mem bs=1k skip=768 count=256 2>/dev/null | strings -n 8