home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / misc / 6221 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei.com (Fuzzy Fox)
  4. Subject: Re: Saving machine state
  5. Message-ID: <1992Nov19.233111.22855@rei.com>
  6. Date: Thu, 19 Nov 1992 23:31:11 GMT
  7. References: <1992Nov16.154958.9682@unix.brighton.ac.uk> <1992Nov19.145020.15260@ugle.unit.no> <153@complex.complex.is>
  8. Organization: Recognition Equipment, Inc.
  9. Lines: 19
  10.  
  11. robert@alkymi.unit.no (Robert Schmidt) writes:
  12.  
  13. >Also, the video state should be saved correctly.  Consider all those 
  14. >undocumented VGA modes and Super VGA modes...  you have to save all VGA
  15. >registers in addition to the VGA memory. 
  16.  
  17. Also, consider that a simple image of memory below 1 Meg is a bad idea.
  18. The state of DOS should not be saved entirely, because things like
  19. buffers and FAT entries would need to reflect the current state of the
  20. machine, rather than the way the machine was when the snapshot was
  21. taken.
  22.  
  23. I'm not sure if this is a big problem or a small problem.
  24.  
  25. -- 
  26. #ifdef TRUE        | Fuzzy Fox (a.k.a. David DeSimone)       fuzzy@netcom.com
  27. #define  TRUE   0  |
  28. #define  FALSE  1  |  "You have been recruited by the Star League to defend
  29. #endif             |     the Frontier against Xur and the Kodan Armada."
  30.