Subversion Repositories HelenOS-historic

Rev

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

Rev 1289 Rev 1292
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
#ifdef CONFIG_FB
71
    { 0xffff, 0, VESA_INIT_SEGMENT>>12, AR_PRESENT | AR_CODE | DPL_KERNEL, 0xf, 0, 0, 0, 0, 0 }
72
    { 0xffff, 0, VESA_INIT_SEGMENT>>12, AR_PRESENT | AR_CODE | DPL_KERNEL, 0xf, 0, 0, 0, 0, 0 }
72
   
73
#endif  
73
};
74
};
74
 
75
 
75
static idescriptor_t idt[IDT_ITEMS];
76
static idescriptor_t idt[IDT_ITEMS];
76
 
77
 
77
static tss_t tss;
78
static tss_t tss;