Age | Commit message (Expand) | Author |
---|---|---|
2021-08-24 | switch to using user_ptr for pointers coming from userland | dzwdz |
2021-08-22 | virt_iter: count bytes that were already iterated over | dzwdz |
2021-08-22 | fix almost all compiler warnings | dzwdz |
2021-08-22 | await() 2: pass the exit message | dzwdz |
2021-08-11 | abstract out iterating over virtual memory | dzwdz |
2021-07-31 | kmalloc() and kfree() stubs | dzwdz |
2021-07-20 | global PAGE_MASK define | dzwdz |
2021-07-18 | clean up the linker script, remove duplicate labels | dzwdz |
2021-07-18 | move all kernel sources to src/kernel/ | dzwdz |
2021-07-17 | detect the highest used memory address, and only allocate pages above it | dzwdz |
2021-07-17 | rename _kernel_end to _bss_end | dzwdz |
2021-07-10 | a sensible source structure | dzwdz |
2021-07-10 | separate the source code from object files; more modular Makefile | dzwdz |