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

@@ -6,7 +6,7 @@
void init_scheduler();
int create_task(uint32_t entry_point, uint32_t cr3, int user);
int create_task(uint32_t entry_point, uint32_t cr3, int user, uint32_t u_esp);
process_t* current_task();
void sleep(uint32_t ms);