aboutsummaryrefslogtreecommitdiff
path: root/src/vmem.c
AgeCommit message (Expand)Author
2024-11-02intial working sys_spawnKimplul
2024-11-02initial exec supportKimplul
2024-11-01flush only current tlb during page faultKimplul
2024-11-01rpc actually marks and unmarks stack regionsKimplul
2024-10-30bookkeepingKimplul
2024-10-30most of the way to passing testsKimplul
2024-08-30improvements to shared memory handlingKimplul
2024-08-26fix memory leaks destroying threadsKimplul
2024-08-26improve killing processes/threads, testKimplul
2024-07-09allow regions to have reserved areasKimplul
2024-07-09allow mapping null pageKimplul
2024-07-07add req_page back in as I realized it's usefulKimplul
2024-07-07simplify assertionsKimplul
2024-07-06make dmem a bit more readableKimplul
2024-07-06pretty massive virtual memory rewriteKimplul
2024-07-05formatting and documentationKimplul
2024-07-05allow booting with Qemu's -kernel flag directlyKimplul
2024-05-24rename common to srcKimplul