Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-24 | save all registers on syscalls | dzwdz | |
2021-07-21 | fix init stack alignment | dzwdz | |
2021-07-20 | per-process virtual memory | dzwdz | |
VGA is only mapped into the virtual memory because there are no other ways of interacting with the OS. | |||
2021-07-18 | move all kernel sources to src/kernel/ | dzwdz | |
2021-07-10 | a sensible source structure | dzwdz | |
The idea is that src/kernel/ is only allowed to interface with the hardware using whatever's defined in src/arch/generic.h. I'll probably write a small script for checking this later on. This is a giant commit so I've probably fucked something up. It boots fine on Bochs and QEMU, so at least there's that. | |||
2021-07-10 | separate the source code from object files; more modular Makefile | dzwdz | |