Subversion Repositories HelenOS-historic

Rev

Rev 1112 | Rev 1187 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1112 Rev 1184
Line 126... Line 126...
126
    __u16 gs;
126
    __u16 gs;
127
    unsigned : 16;
127
    unsigned : 16;
128
    __u16 ldtr;
128
    __u16 ldtr;
129
    unsigned : 16;
129
    unsigned : 16;
130
    unsigned : 16;
130
    unsigned : 16;
131
    __u16 io_map_base;
131
    __u16 iomap_base;
-
 
132
    __u8 iomap[0x10000+1];  /* 64K + 1 terminating byte */
132
} __attribute__ ((packed));
133
} __attribute__ ((packed));
133
 
134
 
134
extern struct ptr_16_32 gdtr;
135
extern struct ptr_16_32 gdtr;
135
extern struct ptr_16_32 bootstrap_gdtr;
136
extern struct ptr_16_32 bootstrap_gdtr;
136
extern struct ptr_16_32 protected_ap_gdtr;
137
extern struct ptr_16_32 protected_ap_gdtr;