From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- src/VBox/ValidationKit/vms/t-dos71.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/VBox/ValidationKit/vms/t-dos71.txt (limited to 'src/VBox/ValidationKit/vms/t-dos71.txt') diff --git a/src/VBox/ValidationKit/vms/t-dos71.txt b/src/VBox/ValidationKit/vms/t-dos71.txt new file mode 100644 index 00000000..37cdb1be --- /dev/null +++ b/src/VBox/ValidationKit/vms/t-dos71.txt @@ -0,0 +1,34 @@ + +Test VM - t-dos71 - PC-DOS 7.1 (or 7.0) +======================================= + +Setup: + - Create a default DOS VM 't-dos71'. + - Install DOS (single partition, etc). Make sure to install the IBM anti virus. + - Make sure POWER.EXE is loaded by Config.sys and that emm386 isn't used. + - Add /V to HIMEM. + - Install CDROM driver (e.g. OAK). + - Copy DosSleep.exe and DosVmOff.com onto the disk (C:\). + - Create c:\test.bat with the following content: + echo TESTING: chkdsk C: >COM1 + C:\DOS\CHKDSK.COM C: + @IF NOT ERRORLEVEL 0 GOTO fail + @ + echo TESTING: IBM anti virus scan >COM1 + c:\dos\ibmavsp.exe C: -ALL -NLOG + @IF NOT ERRORLEVEL 0 GOTO fail + @ + echo PASSED>COM1 + goto done + + :fail + echo FAILED>COM1 + goto done + + :done + @echo Powering off in 5 seconds... + dossleep 5 + dosvmoff + - Edit c:\autoexec.bat appending "echo on" and "call c:\test.bat". + - Check that C:\config.sys contains himem.sys from windows and no emm386. + -- cgit v1.2.3