Rev 2612 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2612 | Rev 4125 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | #define GDT_ITEMS 8 |
56 | #define GDT_ITEMS 8 |
57 | 57 | ||
58 | #endif /* CONFIG_FB */ |
58 | #endif /* CONFIG_FB */ |
59 | 59 | ||
60 | 60 | ||
61 | #define selector(des) ((des) << 3) |
61 | #define gdtselector(des) ((des) << 3) |
62 | 62 | ||
63 | #define PL_KERNEL 0 |
63 | #define PL_KERNEL 0 |
64 | #define PL_USER 3 |
64 | #define PL_USER 3 |
65 | 65 | ||
66 | #define AR_PRESENT (1 << 7) |
66 | #define AR_PRESENT (1 << 7) |