Introduction

The e-leos project aims at creating a brand new operating system based on the SUN's JAVA technologie.

This project introduces a new generation of typed OS. This architecture provides the highest level of security in program execution. Applications can only manipulate defined type variables and not only memory spaces. This security avoids a lot of problems generated by classic programming langages ( such as C ) :

  • Invalid cast of pointers of variables
  • Unhandled null pointer
  • Buffer overflow

    For a larger explanation about typed OS, please visit the ORP website ( link provided inthe dedicated section ).

Webmaster : roswell@e-leos.net
Java is a trademark of SUN Microsystem