home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21015 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.4 KB  |  79 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!bcstec!plato!mlssun8!mjc
  3. From: mjc@baker.ds.boeing.com (Mark Crosland)
  4. Subject: starting dosemu ?
  5. Message-ID: <BzGynA.2pq@plato.ds.boeing.com>
  6. Sender: nntp@plato.ds.boeing.com
  7. Organization: Boeing Defense & Space Group
  8. X-Newsreader: TIN [version 1.1 PL8]
  9. Date: Fri, 18 Dec 1992 19:11:34 GMT
  10. Lines: 67
  11.  
  12.  
  13.  
  14. hello,
  15.  
  16. i am having a problem getting dosemu to work, i have SLS 98.p5
  17. /dev/hda2 is linux,
  18. i tried /dev/hda1 as formatted dos, unformatted dos, not there at all,
  19. which one is correct ?
  20.  
  21. i do steps 1 - 5, step 6 produces the following output,
  22.  
  23. EMULATE
  24. ISBLK
  25. dev : 200
  26. DISK /dev/fd0 removeable
  27. ISBLK
  28. dev : 201
  29. DISK /dev/fd1 removeable
  30. FLOPPY /dev/fd0 h=2, s=15, t=80
  31. general protection
  32.  cs    eip     ss    esp      flags    ds   es   fs   gs 
  33.    0:00000000    0:00000000 00000000    0    0    0    0
  34.   eax      ebx      ecx      edx      edi      esi      ebp
  35. 00000000 00000000 00000000 00000000 00000000 00000000 00000000 
  36.  e8 5b 02 00 00 b8 2d 00 00 00
  37. booted
  38.  
  39. > The file hdimage is mounted as drive C:
  40.  
  41. does the dos cmd "mount hdimage as drive C:"
  42. i don't seem to see a drive C: or linux.exe after step 6
  43.  
  44. once dosemu is running, what to do to run a dos program ?
  45.  
  46. thanks,
  47.  
  48. mjcr@atc.boeing.com
  49.  
  50.  
  51. > INSTALLATION
  52. > 1. unpack the tar arcive 
  53. > 2. adapt the Makefile to your system and run make
  54. > 3. move libemu to /lib or make a symbolic link
  55. > 4. create the directory /usr/dos
  56. > 5. insert a DOS boot disk into drive A: (/dev/fd0) without config.sys and
  57. >    autoexec.bat
  58. > 6. run: dos > [debug msg file]
  59. >    where [debug msg file] can be either a file, /dev/null, or the device
  60. >    of another (console) window
  61. >    Beware: dos output gets to stderr, debug to stdout 
  62. > The file hdimage is mounted as drive C:
  63. > On drive C: is a file LINUX.EXE. Run this with parameter D. Now you should
  64. > have access to drive d: which is linked to the linux file system /usr/dos.
  65. > LINUX.EXE has been tested with DOS 3.3 and DOS 5.0. It isn't totaly implemented
  66. > (file attributes cann't be set) and there is a bug that running .EXE files 
  67. > will crash the emulator.
  68. > This program LINUX.EXE is derived from a version in the book 'undocumented
  69. > dos' chapter 4. Andrew Schulmann is the author of the original program
  70. > PHANTOM.PAS. He prommised to send me some fixes but I'm still waiting.
  71. > Now you can install DOS on C:, but don't format C: use sys.
  72. > Use then 'dos c' to boot direct from C:
  73.  
  74.