home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / disk / zorg_134 / autoconf / autoconf.doc < prev    next >
Text File  |  1994-04-03  |  2KB  |  48 lines

  1. ZORG, Copyright Ludovic Rousseau 1993, 1994
  2.  
  3.  
  4.  
  5.                         AUTOCONF
  6.  
  7.   AUTOCONF is a utility that let you configure the file ZORG.INF in a more
  8. pleasant way than manually :-) . It is used to get the partitioning of a Hard
  9. Disk. The partitioning is used by ZORG only when you select "A partir de
  10. ZORG.INF" (from ZORG.INF) in the menu "Information".
  11.  
  12.   In normal cases you don't have to use this option. But Zorg has been written
  13. to be used in not normal cases (disk crash, system crash when writing, bug in
  14. the driver causing problems, or any other various problem) so I found usefull
  15. to be able to access a partition even if the driver is not loaded. With this
  16. possibility you can use Zorg and access files in the same way as if the disk
  17. had booted.
  18.  
  19.   Of course you have to use AUTOCONF ** BEFORE ** any problems occurs, i.e. us
  20. it right now !
  21.  
  22.   You can verify the configuration by chosing "A partir de ZORG.INF" and
  23. accessing the partitions. If the configuration is correct, you won't notice any
  24. difference.
  25.  
  26.  
  27.   As always, you use this program at your on risks. If any damage bla bla
  28. bla...
  29.  
  30.  
  31.   AUTOCONF recognise three types of partitions : GEM, BGM and XGM.
  32. GEM is the normal partition (max 16 Mo)
  33. BGM is a extended partition (max 512 Mo ??)
  34. XGM is not a partition but a set of other partitions (GEM, BGM or XGM). XGM
  35. partitions are used because there is only room for 4 partitions in the Hard
  36. Disk Boot Sector. If you have 5 partitions on your hard disk, you will have 3
  37. GEM partitions and a XGM one. The XGM contains 2 other GEM partitions. An XGM
  38. partition points to a boot sector of the same kind that the first one.
  39.  
  40. Illustration of the previous example:
  41.  
  42. Partition n° : type
  43.             0: GEM
  44.             1: GEM
  45.             2: GEM
  46.             3: XGM -> 0: GEM
  47.                       1: GEM
  48.