home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.atari.8bit
- 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
- From: yabi@ellis.uchicago.edu (Scott Thomas Yabiku)
- Subject: Re: Bootstrapping for the 8bit
- Message-ID: <yabi.25.728174856@ellis.uchicago.edu>
- Lines: 32
- Sender: news@uchinews.uchicago.edu (News System)
- Organization: University of Chicago
- References: <1k4s9t$u2@agate.berkeley.edu>
- Date: Wed, 27 Jan 1993 22:47:36 GMT
-
- In article <1k4s9t$u2@agate.berkeley.edu> rmartin@cory.Berkeley.EDU (Richard Martin) writes:
-
- >I tried using the util.exe to format atari drives on an IBM PC, but
- >it formats them in double density. Also it gives me an error:
- >"Error formatting track 0." Can I get DOS 2.5 to recognize a
- >double density disk? Is there a way to un-diskcomm the DOSes that
- >are on the atari.archive so I could boot from one of these PC created
- >double density disks?
-
- Hmm... let me canvass my memory for this...
- Atari DOS 2.0 (and maybe even 1.0) has almost all the abilities to read
- standard double density disks. Atari had this in mind, as they did
- create an 815 (?) double density drive in the late 70s/early 80s (never
- released, though).
- Now, in the IO control areas for DOS, there's an address that contains
- the density byte (0 or 1). It's quite simple. From BASIC, just do a
- POKE xxxx,1 and _voila_, the DOS will now be able to read/write double
- density disks for the particular drive numer (the information for all the
- drives is stored at an address, say $700. The information for drive 1
- (actually drive 0) would be at $700. The next drive's information would
- be at $700+some offset. Next drive info would start at $700+ 2x some offset,
- and so on).
- I've done this before, and it does work.
- So, what is this address? I don't know (sorry. POKE 1801,1 or POKE 1802,1
- seems to stick in my mind, but I can't be even 5% sure of that).
- If someone has a copy of Mapping the Atari, or even better would be Inside
- Atari DOS, you could easily find out.
- -scott
- -------------------------------------------------------------------------
- No disclaimer. I represent the beliefs and opinions of the entire
- University of Chicago community. Have a nice day! :)
-
-