Subversion Repositories HelenOS-historic

Rev

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

Rev 1287 Rev 1289
Line 66... Line 66...
66
    /* TSS descriptor - set up will be completed later */
66
    /* TSS descriptor - set up will be completed later */
67
    { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
67
    { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
68
    /* TLS descriptor */
68
    /* TLS descriptor */
69
    { 0xffff, 0, 0, AR_PRESENT | AR_DATA | AR_WRITABLE | DPL_USER, 0xf, 0, 0, 1, 1, 0 },
69
    { 0xffff, 0, 0, AR_PRESENT | AR_DATA | AR_WRITABLE | DPL_USER, 0xf, 0, 0, 1, 1, 0 },
70
    /* VESA Init descriptor */
70
    /* VESA Init descriptor */
71
    { 0xffff, 0, VESA_INIT_SEGMENT>>12, AR_PRESENT | AR_CODE | DPL_KERNEL, 0xf, 0, 0, 0, 0, 0 },
71
    { 0xffff, 0, VESA_INIT_SEGMENT>>12, AR_PRESENT | AR_CODE | DPL_KERNEL, 0xf, 0, 0, 0, 0, 0 }
72
   
72
   
73
};
73
};
74
 
74
 
75
static idescriptor_t idt[IDT_ITEMS];
75
static idescriptor_t idt[IDT_ITEMS];
76
 
76