home *** CD-ROM | disk | FTP | other *** search
/ M.u.C.S. Disc 2000 / MUCS2000.iso / anwend / bigdos / english.txt < prev    next >
Text File  |  1997-01-05  |  12KB  |  262 lines

  1.                                 Big-DOS
  2.  
  3.  
  4. Copyright ╜ 1995 by Rainer Seitel
  5.  
  6. Big-DOS is freeware. For details and the content of this package refer to 
  7. bigdos.txt!
  8.  
  9.  
  10. Features
  11. --------
  12.  
  13. Big-DOS is an ISO 9293 filesystem that replaces the GEMDOS of TOS (not KAOS and 
  14. not ASH-MagiC!).
  15.  
  16. ∙ GEMDOS / ISO 9293:1987 / MS-DOS filesystem
  17. ∙ 32 Drives: A..Z1..6 or A..Z[\]^_`
  18. ∙ Up to 65518 cluster.
  19. ∙ 1 to 64 sectors per cluster.
  20. ∙ More than 65535 sectors and therefore every MS-DOS partition possible. That 
  21.   means also more than 32 Mbyte.
  22. ∙ 1 or 2 FAT.
  23. ∙ The legal characters are - configurable for each drive - resticted for 
  24.   GEMDOS, d-characters as in ISO 9293 resp. ISO 9660 or MS-DOS. You know in 
  25.   advance, that a MS-DOS computer or a restictive CD writing software can read 
  26.   all files. With setter.ttp from the HSModem archive, or the GEM version of 
  27.   Setter, from Markus Kohm, this can be permanently set in Big-DOS.
  28. ∙ The disk label will also be written to an MS-DOS boot sector.
  29. ∙ Works with or without MiNT.
  30. ∙ Big-DOS tries to lock removable cartridges using XHDI, if there were open 
  31.   files on it. (HDDRIVER, hdpSTACK, HuSHI)
  32. ∙ For TOS 1.04 and 1.06 no POOLFIX3.PRG, PFIX_CB.PRG or POOLFX92.PRG is needed.
  33. ∙ For TOS 4 no F030HFIX.PRG is needed.
  34. ∙ 94 standard handles fore open files, instead of 75.
  35. ∙ Cookies »DATE« and »TIME« as in DTCOOKIE and LED-Panel.
  36. ∙ Shows names of the loaded accessories.
  37. ∙ All GEMDOS Functions of TOS including Srealloc().
  38.   Srealloc() at present shows debug informationen.
  39. ∙ For very old programms, as »Alcyon C«, Cconws() is converted from CP/M-68K to 
  40.   GEMDOS.
  41. ∙ Aborting a tos programm by Control-C returns EBREAK (-68) instead of 
  42.   EINVFN (-32) like KAOS and ASH-MagiC.
  43. ∙ Mxalloc() ignoreres memory protection bits.
  44. ∙ Maddalt() takes memory with address below 16$ 40 0000 as ST-RAM.
  45. ∙ Sync() writes all buffers.
  46. ∙ Own Dcntl() opcodes as shown in dateisys.txt and FUTIME and KER_DOSLIMITS. 
  47.   With Dcntl(FUTIME, ...) date and time of a directory could be changed (e. g. 
  48.   by a backup program).
  49. ∙ Fattrib() can clear a from MS-DOS wrongly set archiv bit of disk labels. You 
  50.   can also change hidden and system bits of directories. DESKTOP, Gemini or 
  51.   Selectric, e. g. shows them only if you wish hidden files.
  52. ∙ Dlock() at present returns EACCDN (-36) if there are open files, EINVFN else.
  53. ∙ Dpathconf()
  54. ∙ Sysconf()
  55. ∙ Fxattr() returns as »Inode« the start cluster or - for an empty file - 
  56.   start cluster of directory + byte-position in the directory * 2^11.
  57. ∙ Drives can be configured for upper/lower case names. (--> Setter or 
  58.   dosmode.tos) That's a good test for own programs. Dpathconf(..., DP_TRUNC) 
  59.   can be configured returning DP_AUTOTRUNC instead of DP_DOSTRUNC. That is 
  60.   e. g. usefull for Gemini. Since MiNT handles Dpathconf() itself, this 
  61.   feature won't work with MiNT.
  62.  
  63.  
  64. Installing Big-DOS
  65. ------------------
  66.  
  67. BIGDOS.PRG (for the Falcon at present BIGDOS-F.PRG) should be the first program 
  68. in your AUTO folder after the boot selector. In any case before every program 
  69. in the GEMDOS trap which not use XBRA. BIGDOS.PRG installs itself at the end of 
  70. the XBRA chain. (This works at least with MetaDOS┐, CHK_OFLS, NVDI, Overscan, 
  71. AES-Font and HSModem.) Overscan must be placed after NVDI and before Big-DOS! 
  72. LED-Panel must start after Big-DOS for a correct display of time. After 
  73. rebooting, all should work normal.
  74.  
  75. For MS-DOS partitions bigger than 32 Mbyte, you also need a hard disk driver 
  76. which can handle big MS-DOS partitions (type 6) and allows access to more than 
  77. 65535 sectors via Rwabs(). This should be a driver with XHDI 1.20, because 
  78. Big-DOS tries to change the DOS limits via XHDOSLimits(). This function could 
  79. be checked with XHDItest.ttp.
  80.  
  81. For Atari's AHDI 6.061 a binary diff is included. (You need `Binary Patch' from 
  82. Robert Federle. Search for `bptch1??.*' or `bdiff???.*'.) Place AHDI.PRG and 
  83. BINPATCH.TTP in the directory of Big-DOS. Then start BINPATCH.TTP with the 
  84. parameter `ahdi6061.bdf'. If you don't boot with AHDI, you can copy 
  85. AHDIBIGD.PRG to your AUTO-Folder for testing. If you boot AHDI, you have to 
  86. rename SHDRIVER.SYS on your boot partition and then copy AHDIBIGD.PRG to the 
  87. root directory and rename it to SHDRIVER.SYS. If you don't use Big-DOS further, 
  88. you have to remove the patched AHDI, avoiding that incompatible partitions were 
  89. offered to TOS! You have been warned! AHDI doesn't work with hard disks with 
  90. 2^21 sectors or more (1 Gbyte)!
  91.  
  92. For bug reports see XHDItest.ttp below!
  93.  
  94. Drivers, I had tested and the least version for good co-working:
  95. ∙ AHDI 6.061 with my patch, AHDI6061.ZIP
  96.   Doesn't check DOS limits, doesn't lock removable cartridges.
  97. ∙ HDDRIVER 4.51, actual 6.10, search for demo HDDRIV*.ZIP
  98.   Checks DOS limits, locks removable cartridges.
  99. ∙ CBHD 4.50, actual 5.02, search for CBHD???.TOS
  100.   Checks DOS limits, doesn't lock removable cartridges.
  101.  
  102.  
  103. Sundries
  104. --------
  105.  
  106. DOSMODE.TOS shows and alter the legal characters for filenames on each drive:
  107. GEMDOS: A..Z0..9!#$%&'()-@^_`{}~"+,;<=>[]| and capital umlauts
  108. ISO:    A..Z0..9_
  109. MS-DOS: A..Z0..9!#$%&'()-@^_`{}~ and capital umlauts
  110. With setter.ttp from the HSModem archive, or the GEM version of Setter, from 
  111. Markus Kohm, this can be permanently set in Big-DOS.
  112.  
  113. XHDITEST.TTP shows for all or a given drive letter the partition size, bad 
  114. values in the BPB, name and XHDI version of the hard disk driver and tests the 
  115. DOS-limits function:
  116. :-(  not available
  117. :-/  available, but could not change the limits
  118. :-)  available and could change the limits
  119. With »>« as last argument, the standard output will be stored in xhditest.log. 
  120. With »>file« in the given file. With HDDRIVER save to a floppy! Please include 
  121. this file in your bug report.
  122.  
  123.  
  124. The only disk monitor for Atari's I know, that can handle MS-DOS partitions 
  125. bigger than 32 Mbyte is the SED 5.66 from Anton Stepper and Claus Brod. It was 
  126. selled with the german book »Scheibenkleister - Massenspeicher am ST«. And even 
  127. this one needs a patch. You need the original source code, a GFA-BASIC 
  128. interpreter 3.5 or 3.6 and the second version of my »sed_566diffs.zip«.
  129.  
  130. Diskus 3.4x mainly works with big MS-DOS partitions. Problems were mainly 
  131. caused by wrong error alert boxes.
  132.  
  133.  
  134. Known problems
  135. --------------
  136.  
  137. ∙ Big-DOS, NVDI and the Screenblaster driver doesn't work together. Omit one 
  138.   of them.
  139.  
  140.  
  141. Known problems of other programs
  142. --------------------------------
  143.  
  144. ∙ Getbpb() of TOS doesn't use the value »reserved sectors including boot 
  145.   sector« from the boot sector of floppy disks, but adding 1. So don't blame 
  146.   Big-DOS for the miss of this ISO 9293 feature. ;-)
  147. ∙ During my tests, the ICD driver only pretend to work with MS-DOS media, but 
  148.   it doesn't work!
  149. ∙ CHK_OFLS up to 1.02 crashes.
  150. ∙ Ddelete() cannot delete a current directory, but returns ECWD (-47) instead. 
  151.   Geminis Mupfel 1A ignores this, and without Big-DOS the deleted directory 
  152.   still is its current one. Only NEWDESK of TOS 2.05 to TOS 4.04 is alowed to 
  153.   delete its current directorys. Grrr!
  154. ∙ Fattrib(, , attrib) is a 16-bit parameter! If undefined bits were set, 
  155.   EACCDN (-36) is returend.
  156. ∙ If a program tries to create a file or directory with an illegal character, 
  157.   and ignores EBADRQ (-5), it probably crashes.
  158. ∙ Applications, which manipulate the memory management using undocumented 
  159.   variables, won't work.
  160. ∙ At least with an old version from TSFM.CPX, diskettes can be formatted with 
  161.   a too short FAT. Big-DOS ignores them.
  162. ∙ With HDDRIVER up to 4.50, changes of the XHDI DOS limits works only after a 
  163.   media change. So insert MS-DOS media after the Desktop has started or update 
  164.   to 4.51. The new version also set the correct media byte.
  165. ∙ In CBHD 4.53 XHDI is useless.
  166. ∙ With CBHD at least up to 4.57, after inserting a new disk, this disk cannot 
  167.   accessed by XHDI. That's why the disk lock doesn't work.
  168.  
  169. There are several Programs that initialize the filesystem not correct. By the 
  170. first access or after a media change, an error message is printed on the 
  171. screen. If you type J or Y for yes the correct value will be written on disk. 
  172. Contact the responsible programmer and tell him about the bug. (Now you 
  173. can switch off this check with Setter.)
  174.  
  175.  BigDOS: FAT start of ?: shall be $F?, $FF, $FF [$FF]! Write? [YN]
  176.  BigDOS: Media byte in boot sector of ?: is $??, shall be $F?! Write? [YN]
  177.  
  178.  
  179. Expression of thanks
  180. --------------------
  181.  
  182. Special thanks to Martin Dürrschnabel and Norbert Fettig, for their 
  183. contribution to the start of this program.
  184.  
  185.  
  186. New versions
  187. ------------
  188.  
  189. Updates by post are available from foreign countries against 2 reply coupon 
  190. (fr: coupon-réponse international) for postage and 1 reply coupon for a floppy 
  191. disk ISO type 302 (90 mm [≈ 3.5 in], HD).
  192.  
  193. Postal address:
  194. Rainer Seitel
  195. Zaystra₧e 13
  196. D-76437 Rastatt
  197. Germany
  198.  
  199. e-mail:
  200. MausNet:  Rainer Seitel @ KA
  201. Internet: Rainer_Seitel@ka.maus.de (prefered, no mail > 16 Kbyte per day!)
  202.           Rainer.Seitel@stud.uni-karlsruhe.de
  203.  
  204. Source of supply:
  205. BBS MAUS Karlsruhe, +49 721 358887, 2400-28800 bps, public access 08:00Z/03:00, 
  206. german menu.
  207. http://www.uni-karlsruhe.de/~Rainer.Seitel/bigdos.html
  208. http://wwwrzstud.rz.uni-karlsruhe.de/~ujo7/bigdos.html (use this one for links)
  209.  
  210. The actual version of CBHD is first at BBS MAUS Salzgitter, +49 5341 852024, 
  211. analog and ISDN X.75.
  212.  
  213.  
  214. News
  215. ----
  216.  
  217. In Big-DOS 2 from 1995-10-10:
  218. ∙ Problems with TT and Falcon fixed.
  219.  
  220. In Big-DOS 3 from 1995-10-22:
  221. ∙ Partitions whith BPB.numcl == 0 will be ignored.
  222. ∙ No crash if HDDRIVER is started before Big-DOS.
  223. ∙ XHDItest.ttp with german text if _AKP = $??????01??, else english.
  224.  
  225. In Big-DOS 4 from 1995-11-09:
  226. ∙ Mshrink() works with Alternate-RAM.
  227.  
  228. In Big-DOS 5 from 1995-12-03:
  229. ∙ Protected Minix partitions or disks will be ignored.
  230. ∙ Drive checking in Dpathconf() corrected. Mupfel ls without path works.
  231. ∙ Fxattr() correded.
  232. ∙ XHDItest.ttp can store to a file and use also Getbpb().
  233. ∙ XHDOSLimits() only at start, instead before every Getbpb().
  234.  
  235. In Big-DOS 6 from 1996-01-14:
  236. ∙ NUM_FILEHANDLE -= 28, since MetaDOS┐ uses handles from 100 to 199.
  237. ∙ The legal characters can permanently set for each drive with setter.ttp from 
  238.   the RS232 driver HSModem oder the GEM version from Markus Kohm.
  239. ∙ Fxattr("subdirectory\") is the same as Fxattr("subdirectory").
  240. ∙ Bug fixed, that could occur with sectors ≥ 2048 byte.
  241. ∙ Some floppy disks were ignored because of a wrong test for the FAT size.
  242. ∙ XHDItest.ttp says, why Big-DOS ignores a drive in spite of a valid BPB.
  243.  
  244. In Big-DOS 7 from 1996-09-25, Falcon version from 1996-12-22:
  245. ∙ The sector size of MS-DOS disks is no longer fixed to 512 bytes.
  246. ∙ If a hard disk driver with XHDI is started after Big-DOS, the DOS limits were 
  247.   changed by the next access.
  248. ∙ The XHDI cookie is checked before every XHDI call.
  249. ∙ Freeing a locked removable disk works again.
  250. ∙ The pool extension is correctly taken from spanish TOS 1.00.
  251. ∙ Big-DOS installs itself at the end of the XBRA chain. (Overscan, see above)
  252. ∙ Instead of an OSHEADER with pointers to mifl and act_pd of Big-DOS, the 
  253.   variables of the ROM GEMDOS were used.
  254. ∙ After a media change, the internal repeat of the access is back.
  255. ∙ Drives can be configured for upper/lower case names.
  256. ∙ Fxattr() returns for root directories of DOS media the creation time.
  257. ∙ Fclose() doesn't bomb with XHDI drivers after a Fdup().
  258. ∙ XHDItest.ttp ignores a not connected drive B:. 
  259.  
  260. In Big-DOS 8 from 1997-01-05:
  261. ∙ Setter configuration block was defect in version 7.
  262.