Age | Commit message (Expand) | Author |
---|---|---|
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 |