Age | Commit message (Expand) | Author |
---|---|---|
2021-07-24 | save all registers on syscalls | dzwdz |
2021-07-23 | update the process' EIP/ESP when it syscalls | dzwdz |
2021-07-22 | disable paging when handling interrupts | dzwdz |
2021-07-22 | implement the debuglog() syscall | dzwdz |
2021-07-21 | syscall parameter & return value passing | dzwdz |
2021-07-21 | barebones syscall | dzwdz |
2021-07-21 | fix sysenter()'s stack argument | dzwdz |
2021-07-21 | simplify the IDT generation | dzwdz |
2021-07-21 | create ISR stubs, which call a single main isr handler | dzwdz |
2021-07-20 | remove an already finished TODO | dzwdz |
2021-07-20 | rename pagedir_use() to pagedir_switch() | dzwdz |
2021-07-20 | only enable paging when jumping into ring 0 | dzwdz |
2021-07-19 | fix some style inconsistenties | dzwdz |
2021-07-19 | very basic paging | dzwdz |
2021-07-19 | add a page fault handler | dzwdz |
2021-07-18 | clean up the linker script, remove duplicate labels | dzwdz |
2021-07-18 | fix most current compiler warnings | dzwdz |
2021-07-18 | move all kernel sources to src/kernel/ | dzwdz |