home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / contrib / dosemu / readme < prev   
Text File  |  1995-10-10  |  3KB  |  84 lines

  1.  
  2. NOTE ***************** DOSEMU now places errors to stderr ******************
  3.  
  4. use 'dos 2>debug' instead of 'dos >debug'.
  5.  
  6. I have now gone to keeping each of these releases separate by letters as in
  7. pre4d.tgz, pre4e.tgz, etc... There are also diffs to go between releases.
  8. Please not that pre4.tgz is actually pre4a.tgz in this case.
  9.  
  10. How to quickly get dosemu up and running:
  11.  
  12. 1) Make a DOS bootable disk:
  13.   - Boot DOS
  14.   - Format a: /S
  15.   - Copy fdisk.exe to the diskette
  16.   - Copy sys.com to the diskette
  17. 2) Make dosemu:
  18.   - Modify the Makefile if you need special keyboard, etc
  19.   - Do 'make clean'
  20.   - Do 'make config'
  21.   - Do 'make dep'
  22.   - Do 'make install'
  23.   - Copy an edited examples/config.dist to /etc/dosemu/config
  24.   - Copy exitemu.com from the commands subdirectory to the
  25.     diskette
  26.   - Copy ./hdimage.dist (located in dosemu0.49pl4) to ./hdimage
  27. 3) Prepare DOSEMU:
  28.   - From the dosemu0.49pl4 directory, type dos -A
  29.   - From the a: drive do fdisk /mbr
  30.   - From the a: drive do sys c:
  31.   - type 'exitemu'
  32. 4) Go for it:
  33.   - type dos -D-a
  34.   - From here you are on your own. Please read the documentation
  35.     in the doc subdirectory, and most of all ENJOY!!!!!
  36. 5) Something not right?:
  37.    First read the FAQ for Q&A's, then if no luck ...
  38.    Please run a session 'dos -D+a>debug' and send jmaclean@fox.nstn.ns.ca
  39.    me your debug (gzip|uuencoded if large), your /etc/dosemu/config
  40.    file, and background on the system your running (video card, linux
  41.    release, cpu size, memory).
  42.  
  43.   Some notes from Tim Bird (Tim_R_Bird@Novell.COM) on lredir found
  44. in the commands subdir :
  45.  
  46. LREDIR allows you to redirect any drive, including one that is
  47. currently a physical drive, meaning that you can replace a drive with a
  48. redirected one. When you delete the redirection, the physical drive is
  49. again visible. I am currently using this so that the boot diskimage
  50. disappears, and is replaced by the mounted MSDOS file system in Linux,
  51. with the drive letter and root the same as when I just boot DOS.
  52. People who use LREDIR in this way should be careful when they use
  53. LREDIR in the autoexec, because COMMAND.COM will continue parsing
  54. the autoexec.bat from the redirected drive as the same file offset
  55. where it left off in the autoexec.bat on the physical drive. For
  56. this reason, it is safest to have the autoexec.bat on the
  57. redirected drive and the physical drive (diskimage) be the same.
  58.  
  59. Notes:
  60.  - A mouse driver that works is mscmouse found on Simtel and the
  61.    mirrors.(msdos/mouse/mouse701.zip)
  62.  - Various reports have been received that showed DR.DOS is not up
  63.    to 100% under emufs.sys. I'm thinking it's something invalid in
  64.    the expected data area's used, but we have yet to track it down.
  65.    If emufs.sys is not working correctly under DR.DOS for you, please
  66.    send a debug into me after verifying that all's well when you do
  67.    the same thing under MS.DOS. If MSDOS also exhibits the same the
  68.    problems then I really want a debug output. Oh what the heck,
  69.    send a debug output anyway :-).
  70.  
  71. Many thanks to all involved, including all those who submitted debug
  72. output for my viewing pleasure, keep it coming.
  73.  
  74. jmaclean@fox.nstn.ns.ca
  75. James B. MacLean
  76. Department of Education
  77. Student Assistance Division
  78. 2021 Brunswick Street
  79. Halifax, N.S., Canada
  80. B3M 4B2
  81. (902) 424-8438
  82.  
  83.  
  84.