home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- Path: sparky!uunet!caen!saimiri.primate.wisc.edu!doug.cae.wisc.edu!ahrikenc
- From: ahrikenc@snake-1.cae.wisc.edu (Cherif Ahrikencheikh)
- Subject: How can I read BIOS ROM from windows?
- Distribution: usa
- Date: 6 Nov 92 16:53:22 CST
- Message-ID: <1992Nov6.165322.21594@doug.cae.wisc.edu>
- Originator: ahrikenc@snake-1.cae.wisc.edu
- Lines: 6
-
-
- In DOS, I used ptr = MK_FP( seg, off) to get a pointer to the
- desired location then printed ptr byte by byte.
-
- In Windows, I couldn't do it this way. Please Help. Thanks
-
-