merge branch memory-shit into higher-half

This commit is contained in:
2025-05-10 15:48:10 +03:00
parent 65f543fa92
commit 767e74976f
14 changed files with 419 additions and 178 deletions
+3 -1
View File
@@ -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];