tasking: switch tss.esp0 on switching process

This commit is contained in:
2025-07-09 16:44:19 +03:00
parent 5b5de55919
commit a01120cfe4
3 changed files with 9 additions and 7 deletions
-7
View File
@@ -92,11 +92,4 @@ struct tss_entry_struct {
extern struct tss_entry_struct tss;
struct seg_desc gdt[NR_GDT_ENTRIES];
struct desc_r gdtr = {
sizeof(gdt) - 1,
(uint32_t)&gdt
};
#endif