MnemoSyne-X is a Virtual Memory system for MSX.
Stars
10
Forks
1
Watchers
10
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
Cleaning up the code, editing architecture in README.md.
cb54a28View on GitHubRemoved pLoadSeg and pSaveSeg from logSegHandler; Created a bank parsistence table in segTable Segment, with pLoadSeg and pSaveSeg for each bank. Kept pLoadSeg and pSaveSeg in Segment header (they are filled by segment allocation routine to speed execution up (bank routines must be set before allocating segment).
20d0628View on GitHubStarting the implementation of flush routine. Realized that some refactoring is needed (check Dev Diary).
950a455View on GitHubA LOT of adjustments made. Load tests passing with secondary mapper.
4f20bebView on GitHubImplemented releaseAll and flushAll. Refactoring of the coded was needed. The refactoring was tested and seems to be working. The new implementation are still untested.
21e6cb5View on GitHubFixed a small bug when activating and trying to load a segment which was not persisted in disk yet.
a944b8bView on GitHubCorrected order of bytes in script that generates databanks.
055b297View on GitHubImplementing some functions and doing some refactoring.
34b7b8eView on GitHubTwo more small fixes, but wil great results: Now the loading routine seems to work with any of the valid configurations, in debug and release modes.
ea799ecView on GitHubMigrated _initMnemosyneX to _initMnemoSyneX. Created _finalizeMnemoSyneX to restore the original segments. Support routines had to be reworked.
47c4819View on GitHubSolved the problem with secondary mappers. But broke the primary mapper only configuration.
242fbf1View on GitHub