aboutsummaryrefslogtreecommitdiff
path: root/tests/common/sys.h
AgeCommit message (Collapse)Author
2026-01-25implement dmem semi-properlyHEADmasterKimplul
+ Add tests and fix virtual mapping, this is enough to start writing proper userspace drivers
2024-11-02intial working sys_spawnKimplul
2024-08-30improvements to shared memory handlingKimplul
+ Now each shared region is reference counter (technically each region is refernce counted, private regions just have a count of 1). Also, syscalls that touch the TLB get flushed, but should probably look into where else this flushing might be needed.
2024-08-30add some basic benchmarksKimplul