home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / atari / 8bit / 5986 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.2 KB  |  44 lines

  1. Newsgroups: comp.sys.atari.8bit
  2. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!sdd.hp.com!usc!cs.utexas.edu!convex!news.oc.com!spssig.spss.com!uchinews!scottland.rh.uchicago.edu!yabi
  3. From: yabi@ellis.uchicago.edu (Scott Thomas Yabiku)
  4. Subject: Re: Bootstrapping for the 8bit
  5. Message-ID: <yabi.25.728174856@ellis.uchicago.edu>
  6. Lines: 32
  7. Sender: news@uchinews.uchicago.edu (News System)
  8. Organization: University of Chicago
  9. References: <1k4s9t$u2@agate.berkeley.edu>
  10. Date: Wed, 27 Jan 1993 22:47:36 GMT
  11.  
  12. In article <1k4s9t$u2@agate.berkeley.edu> rmartin@cory.Berkeley.EDU (Richard Martin) writes:
  13.  
  14. >I tried using the util.exe to format atari drives on an IBM PC, but 
  15. >it formats them in double density. Also it gives me an error:
  16. >"Error formatting track 0." Can I get DOS 2.5 to recognize a 
  17. >double density disk? Is there a way to un-diskcomm the DOSes that 
  18. >are on the atari.archive so I could boot from one of these PC created
  19. >double density disks? 
  20.  
  21. Hmm... let me canvass my memory for this...
  22. Atari DOS 2.0 (and maybe even 1.0) has almost all the abilities to read
  23. standard double density disks.  Atari had this in mind, as they did
  24. create an 815 (?) double density drive in the late 70s/early 80s (never
  25. released, though).
  26. Now, in the IO control areas for DOS, there's an address that contains
  27. the density byte (0 or 1).  It's quite simple.  From BASIC, just do a
  28. POKE xxxx,1 and _voila_, the DOS will now be able to read/write double
  29. density disks for the particular drive numer (the information for all the
  30. drives is stored at an address, say $700.  The information for drive 1
  31. (actually drive 0) would be at $700.  The next drive's information would
  32. be at $700+some offset.  Next drive info would start at $700+ 2x some offset,
  33. and so on).
  34. I've done this before, and it does work.
  35. So, what is this address?  I don't know (sorry.  POKE 1801,1 or POKE 1802,1
  36. seems to stick in my mind, but I can't be even 5% sure of that).
  37. If someone has a copy of Mapping the Atari, or even better would be Inside 
  38. Atari DOS, you could easily find out.
  39. -scott
  40. -------------------------------------------------------------------------
  41. No disclaimer.  I represent the beliefs and opinions of the entire
  42. University of Chicago community.  Have a nice day!  :)
  43.  
  44.