summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/sysenter.s
AgeCommit message (Collapse)Author
2021-07-20only enable paging when jumping into ring 0dzwdz
The kernel can't use the limited paging tables of user processes. Alternatively, sysenter could accept a parameter with a new cr3. That would allow/require using paging in the kernel - so I'll switch to it later, but I want to get other stuff done first.
2021-07-18move all kernel sources to src/kernel/dzwdz