f'd myself over of course, scheduler can now run user programs....

This commit is contained in:
2026-07-04 01:59:19 -05:00
parent 0b98ac0273
commit 17ccde3556
11 changed files with 109 additions and 60 deletions

View File

@@ -18,6 +18,7 @@ typedef struct registers {
static int32_t sys_exit(int status) {
asm volatile("cli");
asm volatile("hlt");
return 0;
}