Subversion Repositories HelenOS-historic

Rev

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

Rev 1201 Rev 1203
Line 67... Line 67...
67
#define DPL_USER    (PL_USER<<5)
67
#define DPL_USER    (PL_USER<<5)
68
 
68
 
69
#define TSS_BASIC_SIZE  104
69
#define TSS_BASIC_SIZE  104
70
#define TSS_IOMAP_SIZE  (16*1024+1) /* 16K for bitmap + 1 terminating byte for convenience */
70
#define TSS_IOMAP_SIZE  (16*1024+1) /* 16K for bitmap + 1 terminating byte for convenience */
71
 
71
 
-
 
72
#define IO_PORTS    (64*1024)
-
 
73
 
72
#ifndef __ASM__
74
#ifndef __ASM__
73
 
75
 
74
struct descriptor {
76
struct descriptor {
75
    unsigned limit_0_15: 16;
77
    unsigned limit_0_15: 16;
76
    unsigned base_0_15: 16;
78
    unsigned base_0_15: 16;