vlod b661c73091 finished this experiment 3 years ago
..
README.mg cf77b429c0 figured out how to make dynamic container linkage api 3 years ago
dllLoader.cpp b661c73091 finished this experiment 3 years ago
dllLoader.h b661c73091 finished this experiment 3 years ago

README.mg

# dllLoader

-The loading process

The runtime will ask the dll to hand him the container information.
That information will be used by the runtime to corectly set each container memory and flags when loading.
The container itself will be loaded inside the dll realm so the runtime has to corectly know its informations.