Last change
on this file since 106199 was 70759, checked in by vboxsync, 7 years ago |
More dos test descriptions.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
991 bytes
|
Line | |
---|
1 |
|
---|
2 | Test VM - t-dos71 - PC-DOS 7.1 (or 7.0)
|
---|
3 | =======================================
|
---|
4 |
|
---|
5 | Setup:
|
---|
6 | - Create a default DOS VM 't-dos71'.
|
---|
7 | - Install DOS (single partition, etc). Make sure to install the IBM anti virus.
|
---|
8 | - Make sure POWER.EXE is loaded by Config.sys and that emm386 isn't used.
|
---|
9 | - Add /V to HIMEM.
|
---|
10 | - Install CDROM driver (e.g. OAK).
|
---|
11 | - Copy DosSleep.exe and DosVmOff.com onto the disk (C:\).
|
---|
12 | - Create c:\test.bat with the following content:
|
---|
13 | echo TESTING: chkdsk C: >COM1
|
---|
14 | C:\DOS\CHKDSK.COM C:
|
---|
15 | @IF NOT ERRORLEVEL 0 GOTO fail
|
---|
16 | @
|
---|
17 | echo TESTING: IBM anti virus scan >COM1
|
---|
18 | c:\dos\ibmavsp.exe C: -ALL -NLOG
|
---|
19 | @IF NOT ERRORLEVEL 0 GOTO fail
|
---|
20 | @
|
---|
21 | echo PASSED>COM1
|
---|
22 | goto done
|
---|
23 |
|
---|
24 | :fail
|
---|
25 | echo FAILED>COM1
|
---|
26 | goto done
|
---|
27 |
|
---|
28 | :done
|
---|
29 | @echo Powering off in 5 seconds...
|
---|
30 | dossleep 5
|
---|
31 | dosvmoff
|
---|
32 | - Edit c:\autoexec.bat appending "echo on" and "call c:\test.bat".
|
---|
33 | - Check that C:\config.sys contains himem.sys from windows and no emm386.
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.