First page Back Continue Last page Summary Graphics
Today's Technologies :
About API Replacement
Seeks to wrap Linux system calls in Windows compatible methods
Does not seek to replace full Windows Environment
Notes:
API Replacmenet is a method of wrapping the Windows API around Linux system calls. This seeks Binary compatibility.
Since it doesn't sek to replace the entire machine or dekstop, it's not as memory intensive. However, it doesn't have a sandbox lieka VM, so if a progrma eats memory, it will eat it out of the system resources, and not JUST out of a virtual limit.