home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / 8bit / 5670 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  5.3 KB

  1. Path: sparky!uunet!caen!mtu.edu!mtus5!jjmcwill
  2. Organization: Computing Technology Services, Michigan Technological Univ.
  3. Date: Tuesday, 22 Dec 1992 10:03:00 EST
  4. From: Jeff McWilliams <JJMCWILL@MTUS5.BITNET>
  5. Message-ID: <92357.100301JJMCWILL@MTUS5.BITNET>
  6. Newsgroups: comp.sys.atari.8bit
  7. Subject: Re: SPARTADOS
  8. References:  <1992Dec22.045854.20730@u.washington.edu>
  9. Lines: 106
  10.  
  11. Ryan,
  12.  
  13. There are two flavors of SpartaDOS that you should be looking for.
  14. Neither is sold by their parent company, ICD though.  ICD stopped
  15. manufacturing stuff for the 8 bit about 1 year and 4 months ago,
  16. and most of their stock has sold out since then.
  17.  
  18. What made SpartaDOS simultaneously both popular and unpopular among
  19. users is that it looks a lot like MS-DOS, or in a limited way,
  20. Unix.  When you boot up the DOS, you don't get a menu like on
  21. Atari DOS or MyDOS, but rather just a little prompt, like
  22.  
  23. D1:
  24.  
  25. if you want to get anything done, you need to know the commands
  26. that get things going.
  27.  
  28. DIR D1:*.COM
  29. COPY D1:MYFILE.DAT D3:
  30.  
  31. are examples.  Actually, SpartaDOS isn't the first DOS
  32. for the Atari computer to offer this "ease of use".  OSS put out
  33. OS/A+ and afterwards DOS XL way before ICD produced SpartaDOS.
  34. Both of the OSS offerings were very similar to SpartaDOS
  35. in the respect that they had a command line prompt and all that.
  36. ICD took the idea one step further, and added time and date stamping
  37. and subdirectories to the system.  Every file, when you look at a
  38. disk directory, will also show the time and date the file was
  39. created or last modified.
  40.  
  41. If you don't like the Command line interface, there are still
  42. traditional Menus out there for SpartaDOS.  One comes on the
  43. construction set disk, one on the "SpartaDOS Toolkit" disk, and
  44. yet another is located on the SpartaDOS X cartridge.
  45.  
  46.  
  47.  
  48. The first one you should look for is SpartaDOS construction set.
  49. On there you will find SpartaDOS 3.2d.  This DOS loads part of itself
  50. into the RAM located beneath the OS ROM, thus saving some space in
  51. normal memory for things like BASIC, or Word Processors, whatever.
  52. By far one of the best enhancements for this DOS is the Wedge,
  53. which takes up your XE extended memory, and adds all sorts of
  54. extra features, all of which seem to escape me now, since I haven't used
  55. it for a couple months.  Another is Prokey, which is located on the
  56. SpartaDOS Toolkit disk.  Prokey among other things will show
  57. you which subdirectory on your disk you currently have open,
  58. allows you to recall the last thing you typed on the command prompt,
  59. and allows you to assign some commands to Hot Keys, called Macros.
  60.  
  61. SpartaDOS X was ICD's latest and greatest offering.  It came on
  62. a cartridge, with a slot in the top to plug in another cartridge,
  63. like BASIC, MAC/65, Action!, whatever.  Putting the DOS on cartridge
  64. allowed ICD to add features to the DOS itself, and additionally
  65. they put utility programs in ROM along with it, so that you wouldn't
  66. have to wait for them to load from disk.  SpartaDOS X is the DOS
  67. I use in my main computer.  Since I only have one copy, I use
  68. SpartaDOS 3.2d, or a variant of it, in my other one if I have to.
  69.  
  70. SpartaDOS is good at mass storage, like hard disks, and 3.5" 720K
  71. floppy drives.  Either version of SpartaDOS can handle disk
  72. sizes up to 16 megabytes. If you have a hard drive that is say
  73. 20 megabytes, you would have to make two partitions on the drive,
  74. say, each 10 megabytes large, and they would appear as two separate
  75. drives to DOS and your computer.
  76.  
  77. In order to connect a hard drive to your computer, you need
  78. some sort of electronic interface that goes between your 130XE and
  79. your computer.  At this time, there are two options that I
  80. can see.  First, is the Supra Interface.  Not too many bells and
  81. whistles, and I don't know too much about it, except that
  82. somebody bought it off of Supra Corporation, and to my knowledge
  83. still lurks out there selling it.
  84.  
  85. The Black Box from CSS is the Mercedes of disk interface hardware
  86. for the 8 bit.  Not only does this box give you a hard drive
  87. interface with all sorts of bells and whistles, it also
  88. gives you a Modem and printer interface, and a built in machine
  89. language debugger.  You can add a disk sector editor/monitor program
  90. to the device, as well as a floppy board.  The floppy board will allow
  91. you to connect IBM type floppy drives, even 3.5" 720K, 1.44 meg, and
  92. 5.25" 1.2 meg drives, and use them on your Atari, at very high
  93. data transfer speeds.
  94.  
  95. One thing you need to know about disk interface technology:
  96. The interface you buy for your Atari,whether it be Black BOX,
  97. Supra Interface, or perhaps another called the MIO from ICD
  98. (also not available from them anymore), they all offer a SCSI
  99. interface for hard drives.
  100.  
  101. This means you can connect a SCSI drive directly to your computer.
  102. You cannot connect an IDE or ESDI drive.
  103. You can connect an MFM or  RLL drive if you buy a SCSI to MFM
  104. or SCSI to RLL interface.  CSS sells both of these if you need them.
  105. Since the interface is a SCSI interface, you can also use the
  106. removable media type hard drives, like the SyQuest 44 meg removable
  107. cartridge drive.  What I haven't seen is drivers for
  108. those new floptical SCSI drives or any CD-ROM type stuff.
  109. But since there are probably few to no 8 bit users with this sort
  110. of hardware, it hasn't surprised me.
  111.  
  112. Hope this helps a little, my fingers are going numb with this
  113. terrible editor.  Gotta go.
  114.  
  115. Jeff McWilliams
  116.  
  117.