Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File4.21.11 META_INFO_2 TOS typedef struct { uint16_t mi_version; /* Version number (0x230 = '02.30') */ int32_t mi_magic; /* Magic constant '_MET' */ const int8_t *mi_log2phys; /* Maps DOS IDs to MetaDOS XBIOS device numbers */ } META_INFO_2; Note: This structure exists only as of MetaDOS Version 2.30. The parameter mi_log2phys is a pointer to a field that holds for each GEMDOS device the associated MetaDOS drive letter or Null. So with the aid of this information one can determine which MetaDOS drive letter belongs to which GEMDOS drive. See Also: Metainit META_INFO_1