Back on track

June 8th, 2011 by Moggen

I’ve been coding some the last couple of weeks.

Things are starting to fall into place. I have prepared for dynamically loadable modules. The abstraction is in place but does not yet do any dynamic loading, but it will be straightforward when time comes for this.

First module out is the internal module that controls the bootstrapping procedure when starting an emulated process. The second module is exec.library. I’ve started with reimplementing the call hooks. OpenLibrary will just use the module system to find the correct library module. Certain things just become lovely with OOP.