The Objex Project (like the GNU Project) aims to develop a complete operating system composed of free and open source software. In contrast to the GNU Project, it aims to build a modern system that brings together all the recent advances in computer science, instead of a Unix-like system. "A complete system" means that it will include the kernel, a full suite of developers tools, user utilities, and a graphical user interface. It is based on OSKit, a framework and a set of utilities, drivers, and program code intended for operating system creation.
Release Notes: This is the M1 (milestone one) release of the Objex project. The kernel just boots, starts the main thread, and prints a welcome message. There are many classes in the Objex::Core hierarchy intended to provide future system functionality, including the threading management system, the multiprecision number classes system based on the GNU MP library, and more.
No changes have been submitted for this release.