Luna/kernel/include/interrupts
apio f1a7138568 User mode (with a few syscalls)
IT ACTUALLY WORKS NOW.

Why wasn't it working? Oh, because I was not setting already present page tables's permissions to user mode. Just a little bug. THAT I SPENT DAYS TRYING TO FIND

Anyways, it works now. Such a relief...
2022-09-25 20:35:05 +02:00
..
Context.h User mode (with a few syscalls) 2022-09-25 20:35:05 +02:00
IDT.h Some more userland and font failing 2022-09-23 16:41:43 +02:00
Install.h Ready. Set. Go! 2022-09-05 16:13:51 +02:00
Interrupts.h Interrupts: ensure is_in_handler is true if we know we are in a handler 2022-09-21 21:03:49 +02:00
IRQ.h Rename "SavedContext" to "Context" 2022-09-20 19:56:43 +02:00