Need READ Access to BIOS ROM

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2008
Posts: 3
Reputation: pdp8 is an unknown quantity at this point 
Solved Threads: 0
pdp8 pdp8 is offline Offline
Newbie Poster

Need READ Access to BIOS ROM

 
0
  #1
Aug 11th, 2008
The following pertains to a Windows XP Embedded system running a single C++ application with administrator privileges.

I need the application to read several bytes of data from the BIOS ROM. The data to be read will have been previously stored in the BIOS ROM at a known address when the chip was burned. I know that the BIOS chip is mapped to the upper 512K of the 4G address space (0xfff80000-0xffffffff) so all I really need is permission to read data from this area of memory without getting a C0000005 access violation. This may require an assembly language subroutine, but that is no problem.

I know this is possible because I have found two utility programs (RW-Everything and HWDIRECT) which can do memory dumps of that entire memory space.

Any and all suggestions will be appreciated.

Thanks,
Bob.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC