home *** CD-ROM | disk | FTP | other *** search
- ; **********************************************************************
- ; * D I S K D R I V E *
- ; **********************************************************************
-
- ; Page 004
-
- ; Introduction :
- ; --------------
-
- ; This part of the reference is about disk drives. It concerns only
- ; about floppies, so if you need information about harddisks, please
- ; refer to the appropriate books currently available.
-
- ; The main part of this reference is taken from the German magazine
- ; AMIGA published by Markt & Technik, containing a course on floppies
- ; from the 12th issue 1988 to the 5th issue 1989.
-
-
- ; Basic Disk Info :
- ; -----------------
-
- ; Tracks 80 (0-79) = 2 Cylinders.
- ; Cylinders 160 (0-169) = 10 blocks.
- ; Blocks 1760 (0-1759) = 512 Bytes.
- ; Disk Capacity = 1760 * 512 = 901120 bytes = 880 KB.
-
-
- ; Boot-Block :
- ; ------------
-
- ; The boot block resides on track 0 sector 0, and has the following
- ; meaning :
-
- ; Track: Sector: Offset: Length: Remarks:
- ; ------ ------- ------- ------- ---------------------------------------
- ; 0 0 $00 L Format identifier.
- ; 'KICK' = Kickstart floppy.
- ; 'DOS',0 = Dos floppy.
- ; 0 0 $04 L Block checksum.
- ; 0 0 $08 L Block number of root block (norm. 880)
- ; 0 0 $0C $1F0 Assembler programm.
-
- ; Root-Block :
- ; ------------
-
- ; The root block is the most important block on a standard dos-disk,
- ; since it contains information about the root-directory on your floppy.
-
- ; Track: Sector: Offset: Length: Remarks:
- ; ------ ------- ------- ------- ---------------------------------------
- ; 40 0 $00 L Primary type ($00000002).
- ; 40 0 $04 L ($00000000)
- ; 40 0 $08 L ($00000000)
- ; 40 0 $0C L Hash tabel size ($00000048).
- ; 40 0 $10 L ($00000000)
- ; 40 0 $14 L Checksum.
- ; 40 0 $18 L First entry in hash tabel.
- ; 40 0 ...
- ; 40 0 $134 L Last entry in hash tabel.
- ; 40 0 $138 L Flag for bitmap block.
- $FFFFFFFF = Bitmap useable.
- $00000000 = Bitmap not useable.
- This will enable the
- disk-validator to check
- the disk again and
- update the bitmap block.
- ; 40 0 $13C L Pointer towards bitmap block.
- ; 40 0 $140 L ($00000000)
- ; 40 0 ...
- ; 40 0 $1A0 L ($00000000)
- ; 40 0 $1A4 L Last written: Date (#Days since 1/1/1978)
- ; 40 0 $1A8 L Last written: Time (#minutes)
- ; 40 0 $1AC L Last written: Seconds (#1/50 seconds)
- ; 40 0 $1B0 $24 Disk name.
- ; 40 0 $1E4 L Creation date.
- ; 40 0 $1E8 L Creation time.
- ; 40 0 $1EC L Creation second.
- ; 40 0 $1F0 L ($00000000)
- ; 40 0 ...
- ; 40 0 $1F8 L ($00000000)
- ; 40 0 $1FC L Secondary type ($00000001)
-
-
- ; File Header Block :
- ; -------------------
-
- ; The file info block contains information about a file, where it resides
- ; on the disk etc.
-
- ; Track: Sector: Offset: Length: Remarks:
- ; ------ ------- ------- ------- ---------------------------------------
- ; ? ? $00 L Primary type ($00000002).
- ; ? ? $04 L Pointer towards own block.
- ; ? ? $08 L Number of blocks relating to this file.
- ; ? ? $0C L Number of data blocks in this table.
- ; ? ? $10 L First data block of file.
- ; ? ? $14 L Checksum.
- ; ? ? $18 L Block entry of last data block.
- ; ? ? ...
- ; ? ? $134 L Block entry of first data block.
- ; ? ? $138 L ($00000000)
- ; ? ? $13C L ($00000000)
- ; ? ? $140 L Protection flags.
- Lower 8 bits.
- ; ? ? $144 L Length of file in blocks.
- ; ? ? $148 $5C Commentary.
- ; ? ? ...
- ; ? ? $1A0 L Commentary.
- ; ? ? $1A4 L Days.
- ; ? ? $1A8 L Hours/Minutes.
- ; ? ? $1AC L Seconds.
- ; ? ? $1B0 $20 Filename (BCPL string).
- ; ? ? ...
- ; ? ? $1F0 L Next entry in same hash tabel.
- ; ? ? $1F4 L Pointer towards the directory block in
- which this file is a part.
- ; ? ? $1F8 L Pointer towards File List Block.
- ; $00000000 = No file list block.
- ; ? ? $1FC L Secondary type ($FFFFFFFD).
-
-
- ; File List Block :
- ; -----------------
-
- ; The file list block is used whenever two files have the same hash
- ; entry. When this is the case, the file info block tells where this block
- ; is.
-
- ; Track: Sector: Offset: Length: Remarks:
- ; ------ ------- ------- ------- ---------------------------------------
- ; ? ? $00 L Primary type ($00000010).
- ; ? ? $04 L Pointer towards own block.
- ; ? ? $08 L Number of entries in this table.
- ; ? ? $0C L ($00000000)
- ; ? ? $10 L First data block of the table.
- ; ? ? $14 L Checksum.
- ; ? ? $18 L Block list: Last block.
- ; ? ? ...
- ; ? ? $134 L Block list: First block.
- ; ? ? $138 L ($00000000)
- ; ? ? ...
- ; ? ? $1F0 L ($00000000)
- ; ? ? $1F4 L Pointer to File Header Block.
- ; ? ? $1F8 L Pointer to next File List Block.
- ; ? ? $1FC L Secondary type ($FFFFFFFD)
-
-
- ; User Directory Block :
- ; ----------------------
-
- ; The user directory block is much like the root-block. The following
- ; listing displays the contents of the block.
-
- ; Track: Sector: Offset: Length: Remarks:
- ; ------ ------- ------- ------- ---------------------------------------
- ; ? ? $00 L Primary type ($00000002).
- ; ? ? $04 L Pointer to own block number.
- ; ? ? $08 L ($00000000)
- ; ? ? ...
- ; ? ? $10 L ($00000000)
- ; ? ? $14 L Checksum.
- ; ? ? $18 L First entry in hash tabel.
- ; ? ? ...
- ; ? ? $134 L Last entry in hash tabel.
- ; ? ? $138 L ($00000000)
- ; ? ? $13C L ($00000000)
- ; ? ? $140 L Protection flags.
- ; ? ? $144 L ($00000000)
- ; ? ? $148 $5C Commentary.
- ; ? ? $1A4 L Last written: Date (#Days since 1/1/1978)
- ; ? ? $1A8 L Last written: Time (#minutes)
- ; ? ? $1AC L Last written: Seconds (#1/50 seconds)
- ; ? ? $1B0 $24 Directory name.
- ; ? ? ...
- ; ? ? $1F0 L Next entry with same hash value.
- ; ? ? $1F4 L Pointer to parent directory.
- ; ? ? $1F8 L ($00000000)
- ; ? ? $1FC L Secondary type ($00000002)
-
-
- ; File Data Block :
- ; -----------------
-
- ; The file data block is the most simple of the block types. This is
- ; type of block which the File Header Block points to, so it is here the
- ; actual data of a file reside.
-
- ; Track: Sector: Offset: Length: Remarks:
- ; ------ ------- ------- ------- ---------------------------------------
- ; ? ? $00 L Primary type ($00000008).
- ; ? ? $04 L Pointer to file header block.
- ; ? ? $08 L Ascending number of the block in the list.
- ; ? ? $0C L Number of data bytes in this block.
- ; ? ? $10 L Pointer to next data block.
- ; ? ? $14 L Checksum.
- ; ? ? $18 $1E8 Data.
- ; ? ? ...
- ; ? ? $1FC L Data.
-
-
- ; Bitmap Block :
- ; --------------
-
- ; This block shows which blocks are and which are not. The block number
- ; of this block can be obtained in the root directory offset $13C.
- ; Remember to check that $138 in the root block is > 0.
-
- ;
- ; Track: Sector: Offset: Length: Remarks:
- ; ------ ------- ------- ------- ---------------------------------------
- ; ? ? $00 L Checksum.
- ; ? ? $04 L Blocks 0002-0033, bits set = free.
- ; Bit 0 = Block 2.
- ; Bit 1 = Block 3.
- ; ...
- ; Bit 31 = Block 33.
- ; ? ? ...
- ; ? ? $DC L Blocks 1730-1759/0-1.
-
-