summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/pagedir.c
AgeCommit message (Expand)Author
2022-04-14kernel: basic page allocator, `process_free`dzwdz
2021-11-14shared: use a single implementation of mem* functions everywheredzwdz
2021-09-21start using sparse's `-Wnon-pointer-null`dzwdz
2021-09-11replace `user_ptr` with a linux-style `__user` annotationdzwdz
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