Doc. # 1-0003319 | |||
---|---|---|---|
Date Updated | 10-22-2007 | Date Created | 07-27-2000 |
Document Type | Knowledge Base | Related OS | |
Related Product |
How to get the BIOS massage from memory address ? | |||
---|---|---|---|
Solution:
The BIOS massage is stored in the memory address F000:E0A0 . You can use MS
DOS debug command to dump it.
For example:
C:\>debug
-d f000:e0a0 (This will see the BIOS image)
If you need to serch other massage, please use serch command
-S F000:0 FFFF "bios" (To search where " bios" is in the memory
message )
This applicaiton can be used to detect what CPU card you plug in and what the
BIOS version is...
-d f000:e0c1
|