home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / ibm / pc / misc / 12168 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.5 KB  |  34 lines

  1. Newsgroups: comp.sys.ibm.pc.misc
  2. Path: sparky!uunet!wupost!usc!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!schneide
  3. From: schneide@tortie.me.uiuc.edu (Ken Schneider)
  4. Subject: How do the DOS clock and the BIOS clock interact?
  5. Message-ID: <Btz1zE.Ery@news.cso.uiuc.edu>
  6. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  7. Organization: University of Illinois at Urbana
  8. Date: Wed, 2 Sep 1992 22:18:49 GMT
  9. Keywords: pc, clock
  10. Lines: 22
  11.  
  12. I recently wrote a short program which allows you to change the
  13. BIOS clock on a PC.  It took me quite some time to figure out
  14. how to plug things into the interrupt in order to change the
  15. time, but I learned a lot.  One thing I couldn't find anywhere,
  16. though, was how the BIOS clock and the DOS clock interact.  All
  17. I know is that the DOS clock reads the BIOS clock on bootup.
  18.  
  19. I'm mainly curious because where I work, we have a lot of
  20. computers hooked up to provide a reservation system.  These
  21. computers are constantly generating a lot of interrupts and
  22. my boss refuses to update to a more powerful computer which
  23. can handle them (we're still running an original IBM AT.
  24. Because of all the interrupts, the clock is always falling
  25. behind and screwing up everybody's reservation (if they
  26. don't show up within 6 minutes, all their time is cancelled).
  27. Supposedly, if we just use the DOS "time" command, within
  28. minutes, the time goes back to what it originally was.  The
  29. only way to correct the problem is to update the BIOS clock
  30. and reboot.  What's going on here???
  31.  
  32. e-mail me at:  schneide@aries.scs.uiuc.edu
  33. If I get enough replies, I will post them.
  34.