www.LinuxHowtos.org

edit this article

analyse BIOS

With the following command you are able to get some BIOS-versions or other interesting string from your bios.

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

This command reads the complete memory from X:0000 to F:FFFF.

This includes on most PCs the graphic card, mainboard and IDE/SCSI controller.

Only risk:
Some ISA cards which are in that memory region might react on the reading of the memory. But this happens only rarely.


rate this article:
current rating: average rating: 1.1 (75 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back