merge branch memory-shit into higher-half
This commit is contained in:
+3
-1
@@ -88,7 +88,9 @@ struct tss_entry_struct {
|
||||
uint32_t ldt;
|
||||
uint16_t trap;
|
||||
uint16_t iomap_base;
|
||||
} __packed;
|
||||
} __attribute__((packed));
|
||||
|
||||
extern struct tss_entry_struct tss;
|
||||
|
||||
struct seg_desc gdt[NR_GDT_ENTRIES];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user