home *** CD-ROM | disk | FTP | other *** search
- /* A sample mountlist entry for the IBM emulator */
- /* Include this file within you mountlist */
-
- IBMA:
- Device = devs:messydisk.device
- Unit = 0
- LowCyl = 0 ; HighCyl = 79
- Surfaces = 2
- BlocksPerTrack = 9
- DosType = 3
- #
-
- /* A sample mountlist entry for a harddisk. Insert the correct name
- for your own device and unit and MAKE SURE YOU GET THE CYLINDER
- NUMBERS CORRECT - if your Amiga and PC drives overlap you could easily
- lose the contents of both of them! */
-
- IBMC:
- Device = devs:alf.device
- Unit = 0
- Flags = 0
- Surfaces = 4
- BlocksPerTrack = 26
- LowCyl = 451
- HighCyl = 611
- DosType = 0
- #
-