<bgsound src="terminat.mid">

DOWNLOAD (FREE)

System Compliance Test

Below.

To See If Your Computer Is Year 2000 Ready!

Y2K Software Download


Installation Instructions

1. Download YMARK2000.  The file, called Y2000.ZIP, is small and it only takes a couple of minutes to download. It is very important to remember the path to the file (where it is saved on your hard drive).

2. Reboot your computer to DOS.  If you are using Windows 95, simply shutdown and click the choice, "Restart the computer in the MS-DOS mode."

3. Y2000.ZIP is a zip file that produces two files: 2000.EXE and README. TXT. Execute the file 2000.EXE by typing the path to the file followed by the file name. For example, if you stored 2000.EXE in c:\temp you would execute the file by typing at the C prompt: c:\temp\2000.exe.

4. Execute the test program by entering 2000.EXE at the DOS prompt.

5. The test results will be displayed on your monitor.

6. You can also copy YMARK2000 to a floppy diskette and run the tests from a floppy:

YMARK2000 performs the following tests:

NSTL considered including a power cycle test to confirm the retention of century information. Although conceivable, it is highly unlikely that a BIOS reporting a correct century in real-time will fail after a power cycle. Nonetheless, a reboot test is an important part of the total Year 2000 test process.

YMARK2000 provides batch file support:

An explanation for programmers:

Error levels are indicated by bit fields.  Since multiple errors can be detected, the sum of the error bits are returned.  For example, error level 6 (The Year 2000 is not supported) is a combination of BadProgression and BadManualSet (2+4).

   struct {
     int BadRTC         :1;  // 1, The hardware clock is bad
     int BadProgression :1;  // 2, Progression to 2000 does not occur
     int BadManualSet   :1;  // 4, Cannot manually set 2000
     int BadLeapYear    :1;  // 8, Error in leap year support
     int AwardBIOS      :1;  // 16, An Award BIOS is in use
     };

Definition of YMARK2000 error levels:

Incompatible MC146818: A hardware fix may be required due to an incompatible clock. OR The BIOS is using the clock in an incompatible fashion in which a BIOS upgrade may fix the problem.

Leap year is not supported: A hardware fix may be required due to an incompatible clock.

Progression to Year 2000 not supported: A BIOS upgrade may be required.

The Year 2000 is not supported: A BIOS upgrade may be required.

Award BIOS: An Award BIOS is detected that potentially will fail a reboot test.  A manual reboot test is highly recommended on this system.

This page created and mantained by Shawn Astels
©Copyright 1998 Shawn Astels

Back To Last Day's Prophecy
1