home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / programm / 11646 < prev    next >
Encoding:
Text File  |  1992-12-27  |  2.6 KB  |  49 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!psinntp!newstand.syr.edu!rodan.acs.syr.edu!amichiel
  3. From: amichiel@rodan.acs.syr.edu (Allen J Michielsen)
  4. Subject: Re: MSDOS/intel machine
  5. Message-ID: <1992Dec27.152137.5095@newstand.syr.edu>
  6. Organization: Syracuse University, Syracuse, NY
  7. References: <92122474@fcshome.UUCP> <1hisgeINNojd@ub.d.umn.edu> <1992Dec27.114843.4731@newstand.syr.edu>
  8. Date: Sun, 27 Dec 92 15:21:37 EST
  9. Lines: 38
  10.  
  11. In article @newstand.syr.edu> dmeltzer@erc.cat.syr.edu (David Meltzer) writes:
  12. >In article <@ub.d.umn.edu> cbusch@ub.d.umn.edu (Chris) writes:
  13. >>   Ok.  I will rephrase my question.
  14. >>Is there a msdos computer that does not run intel binary code (excluding
  15. >>emulaters)? (V20/AMD/Cyrix chips and the like all run intel binary
  16. >>code.)
  17.  
  18. >If a computer didn't run Intel code, then it wouldn't be able to run
  19. >Ms-Dos.  Ms-Dos is not a portable OS like Unix may be, it only is made for
  20. >Intel code, like Mac's System 7 wont run on anything but a Motorola.
  21.  
  22. Bssst.  Thanks for playing...
  23. There are several software emulators to run MS-DOS and DOS applications on
  24. non-Intel CPU's.  Soft-PC may be the most well known.  They have a package
  25. for MAC's, which do not have a Intel CPU, and SPARC's (Sun SparcStations)
  26. which also doesn't have a Intel CPU.
  27. Neither of the CPU's can -run Intel code- but they both do execute intel binary
  28. code by reading it, and -converting- it into native code (a gross 
  29. simplification).
  30.  
  31. A version of MS-DOS could be written for almost any native CPU available,
  32. but I suppose the MS could be forced to be dropped from it...
  33. Of course the software emulator was specifically excluded from the discussion.
  34. The real point may be put that the original question may well still be flawed.
  35. I'm not sure what value the question or answer is, but generally, I'd say the
  36. best answer is no.  There is no msdos or dos computer that does not have a
  37. Intel CPU as a core cpu.  The DEC Rainbow 100 & 100+ computer may have come
  38. the closest, it had a 8086 and a Z80.  As I understand it, the Z80 assisted
  39. in the video partion of the system, and it required a special version of dos
  40. to run on it because of the Z80.  Versions 2.10, & 3.10 are available for it
  41. currently.  WANG may have made a DOS or MSDOS for a non-Intel cpu I don't know.
  42. Anyway, David's real point may have been, even if a DOS or MSDOS is available
  43. for a non-Intel cpu system, DOS applications would have to be run between e
  44. either a software emulator or a binary converter, in order to run, because
  45. Intel binary code (programs) are written for a hardware platform (aka a intel
  46. cpu,) AND a OS like dos.
  47. al
  48.  
  49.