more userspace stuff

This commit is contained in:
2026-07-01 20:00:22 -05:00
parent af6c1c94cf
commit b6ee4fc3de
21 changed files with 161 additions and 121 deletions

View File

@@ -34,6 +34,7 @@ typedef struct __attribute__((packed)) {
} tss_entry_t;
void init_gdt();
void tss_flush();
extern tss_entry_t tss;