32 bit API for 64 bit kernels

Ivan Sichmann Freitas

Abstract

Implement an API to enable 64 bit kernels to run 32 bit applications. This will involve developing an abstraction layer and translating 32 bit syscalls to its equivalent 64 bit ones.

Additional Information

This project is an attempt to enable 64 bit kernels to run 32 bit applications, by implementing the translation of 32 bits syscalls to its 64 bit couterparts.