home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1242.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.6 KB  |  54 lines

  1. Hi Folks,
  2.  
  3. Brian Landy sent this workaround to me earlier today.  I haven't been
  4. able to verify that it works because we don't yet have OS/2 running
  5. anywhere, although Steve Sinnott and Brian Landy are giving me
  6. pointers.
  7.  
  8. Hi,
  9.    First, the workaround.  I just thought of it this morning.  Use the boot  
  10. from drive A Dos prompt icon.  Better yet, make a virtual disk image.   
  11. Anyway, this is the method which sets up a real copy of Dos in an OS/2 VDM.   
  12. I ran my image of a DOS 6.22 bootdisk, and Executor ran flawlessly.  Here  
  13. are the autoexec.bat and config.sys on that disk image:
  14.  
  15. config.sys
  16. ----------
  17. rem The following OS/2 supplied driver must be on the boot disk.
  18. rem It gives access to OS/2 HPFS hard drives.
  19. device=fsfilter.sys
  20. rem The next 2 are the special OS/2 versions, necessary for XMS, EMS
  21. DEVICE=e:\OS2\MDOS\HIMEM.SYS
  22. device=e:\os2\mdos\emm386.sys
  23. DOS=HIGH,UMB
  24. FILES=40
  25. BUFFERS=30,0
  26. LASTDRIVE=Z
  27. FCBS=16,8
  28. STACKS=9,256
  29. SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p /e:310
  30.  
  31. autoexec.bat
  32. ------------
  33. @echo off
  34. prompt $p$g
  35. path=c:\dos;a:\;e:\os2;e:\os2\mdos;e:\os2\system;f:\dosutils;e:\;c:\WINDOWS; 
  36. c:\winos2\dll;c:\drivers\viper;c:\win32s11;f:\tcpip\dos\etc;f:\tcpip\dos\bin
  37. SET TMP=f:\temp
  38. SET TEMP=f:\temp
  39. set ETC=f:\tcpip\dos\etc
  40. set viperpath=c:\drivers\viper
  41. SET DIRCMD=/O:GEN
  42. set blaster=A220 D1 I5 T3
  43.  
  44. set comspec=a:\command.com
  45. lh e:\os2\mdos\mouse.com
  46. lh c:\dos\doskey
  47. rem This final OS/2 driver switches the real floppy drive from a to be
  48. rem letter h, because the disk image will boot as drive a.
  49. fsaccess h=a
  50.  
  51. To make a disk image, look up vmdisk in the Command Reference.  Anyway, this  
  52. works, Executor runs.
  53.  
  54.