summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/pagedir.c
AgeCommit message (Expand)Author
2021-09-05move most of the memory stuff to kernel/mem/dzwdz
2021-08-24switch to using user_ptr for pointers coming from userlanddzwdz
2021-08-24replace () with (void) in function definitionsdzwdz
2021-07-26fork() pt 1: cloning process memorydzwdz
2021-07-22implement the debuglog() syscalldzwdz
2021-07-20rename pagedir_use() to pagedir_switch()dzwdz
2021-07-20only enable paging when jumping into ring 0dzwdz
2021-07-19very basic pagingdzwdz