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

@@ -7,4 +7,6 @@ void enable_interrupts();
void disable_interrupts();
uint32_t fetch_cr3();
void liftoff(uint32_t entry_point, uint32_t user_stack) __attribute__((noreturn));
#endif