•  Back 
  •  Das XFS-Konzept von MagiC 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - das Betriebssystem
Author      : 
Version     : tos.hyp (5. März 2013)
Subject     : Programmieren/Atari
Nodes       : 3001
Index Size  : 93602
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Titel
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File11.21.7  MX_DOSLIMITS                                              TOS

Diese Struktur ist wie folgt definiert:

typedef struct
{
    UWORD version;        /* Versionsnummer               */
    UWORD num_drives;     /* max. Anzahl Laufwerke        */
    ULONG max_secsizb;    /* max. Sektorgröße in Bytes    */
    UWORD min_nfats;      /* min. Anzahl FATs             */
    UWORD max_nfats;      /* max. Anzahl FATs             */
    ULONG min_nclsiz;     /* min. Anzahl Sektoren/Cluster */
    ULONG max_nclsiz;     /* max. Anzahl Sektoren/Cluster */
    ULONG max_ncl;        /* max. Anzahl Cluster          */
    ULONG max_nsec;       /* max. Anzahl Sektoren         */
} MX_DOSLIMITS;

Querverweis: Dcntl   KER_DOSLIMITS   XFS-Konzept in MagiC