Tuesday, March 10, 2009

how to dump content of BIOS in Linux???

run following command as a ROOT
#dd if=/dev/mem bs=1k skip=768 count=256 2>/dev/null | strings -n 8

No comments: