Image & BIOS read

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two questions: How to provide the image on CD or someother form so the user can use it to reset their systems to original state - somewhat like the System restore disks that come with PCs? Second, if I have to tie my image to my hardware by reading some data of the BIOS how can i do that?

Any guidance in this regard will be helpful.

Thanks
 
KS,

For the first question, you can create another (much smaller footprint) XPe
image for recovery purposes and burn El Torito Cd with it. It will be up to
you to provide the recovery UI (e.g., a set of batch files that runs
automatically, cleans up hard disk - partition, format, etc., and copy the
image once again).

For second question, I am not sure what you ask. If you want to have an
access CMOS settings, you can it read from port #70h (write to 71h). You can
easy go with a driver to do this. A bunch of samples exist. E.g.,
http://www.microsoft.com/msj/0398/driver.aspx.

KM
I have two questions: How to provide the image on CD or someother form so
the user can use it to reset their systems to original state - somewhat like
the System restore disks that come with PCs? Second, if I have to tie my
image to my hardware by reading some data of the BIOS how can i do that?
 
Hi KS,

For second question, You can find-out what pieces of hardware are specific to your device and use VID, PID numbers of hardware
components that you can enumerate with setup api functions and test for hardware presence.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top