home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / offline / rok2000 / f2000 / explain.txt < prev    next >
Text File  |  1997-09-30  |  1KB  |  22 lines

  1. The PC operating system is reponsible for supplying applications with the
  2. real time and date.
  3.  
  4. There are a number of ways a program may ask for this information, however
  5. the BIOS Real Time Clock (RTC) call has to be valid to guarantee that the
  6. time and date is calculated correctly.
  7.  
  8. The test included in this software, checks that both the DOS call and the
  9. BIOS call returns the year correctly in the roll-over to year 2000.
  10.  
  11. There is no sure method of determining whether a PC is completely compliant
  12. in one easy test as the failure mode is quite vague. It usually manifests
  13. itself as the date returning to 1980 a few days after roll-over.
  14.  
  15. Unfortunately, just setting the clock to the correct date again does not
  16. guarantee that it won't fail again a few minutes or even a few days later.
  17.  
  18. To ensure the PC operating system functions correctly it is imperative that
  19. the BIOS itself returns the date correctly. The Fernlink 2000 Ltd.
  20. Millennium BIOS extension card does this.
  21.  
  22. Try running the software with and without the card.