Rev 4125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4125 | Rev 4126 | ||
|---|---|---|---|
| Line 110... | Line 110... | ||
| 110 | d->offset_16_31 = offset >> 16; |
110 | d->offset_16_31 = offset >> 16; |
| 111 | } |
111 | } |
| 112 | 112 | ||
| 113 | void tss_initialize(tss_t *t) |
113 | void tss_initialize(tss_t *t) |
| 114 | { |
114 | { |
| 115 | memsetb(t, sizeof(struct tss), 0); |
115 | memsetb(t, sizeof(tss_t), 0); |
| 116 | } |
116 | } |
| 117 | 117 | ||
| 118 | /* |
118 | /* |
| 119 | * This function takes care of proper setup of IDT and IDTR. |
119 | * This function takes care of proper setup of IDT and IDTR. |
| 120 | */ |
120 | */ |