•  Back 
  •  Structures 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-FileOS Header
BIOS
OSHEADER (SYSHDR)                                                Structures

typedef struct
{
    UWORD    os_entry;
    UWORD    os_version;
    VOID     *reseth;
    struct   OSHEADER *os_beg;
    char     *os_end;
    char     *os_rsv1;
    char     *os_magic;
    LONG     os_date;
    UWORD    os_conf;
    UWORD    os_dosdate;

    /* Available as of TOS 1.02 */
    char     **p_root;
    char     **p_kbshift;
    char     **p_run;
    char     *p_rsv2;

} OSHEADER; /* or SYSHDR */

See also: OS Header, BIOS