A MMU simulator in C
Stars
4
Forks
0
Watchers
4
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
44
commits
Merge pull request #17 from cirocosta/simulator-traces
2a6050aView on GitHubadds traces, refactors proc_access to reference the proc, adds file assignment when performing access
6129a02View on GitHubfixes simulator to support more than one simulation and multiple processes, checking for virtual mem size as well
69651ccView on GitHubrefactors pagesubst alg disposition, adds scp, updates mmu initialization and pagesubst alg setting
5a16802View on GitHubincludes more mmu assertions, updates simulator to wait for the new algs api
f59cd66View on GitHubadds queue, starts implementing fifo, updates mmu to be more page-subst-alg-friendly
0735037View on GitHubadds way of signalizing mapping operation when accessing
9efe305View on GitHubupdates memory with proper memory_assign implementation and test
9a7ae32View on GitHubupdates readme w/ file inspector info; updates simulator to properly initialize memory
74b87c6View on GitHubupdates `access` and `new` event handlers to deal with access rellocation properly
0ee5c8bView on GitHub