Age | Commit message (Expand) | Author |
---|---|---|
2021-08-03 | a bad testing framework | dzwdz |
2021-07-26 | rename process_new() to process_seed() | dzwdz |
2021-07-25 | print a heart on boot | dzwdz |
2021-07-24 | fix some warnings | dzwdz |
2021-07-24 | save all registers on syscalls | dzwdz |
2021-07-22 | don't map the VGA console buffer in user processes | dzwdz |
2021-07-20 | per-process virtual memory | dzwdz |
2021-07-20 | rename pagedir_use() to pagedir_switch() | dzwdz |
2021-07-19 | remove the unused r3_test function | dzwdz |
2021-07-19 | very basic paging | dzwdz |
2021-07-18 | basic executable loading | 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 | basic boot module support | dzwdz |
2021-07-10 | abstract away logging | dzwdz |
2021-07-10 | a sensible source structure | dzwdz |
2021-07-10 | separate the source code from object files; more modular Makefile | dzwdz |