Tabos - Operating System
Welcome to Tabos
On this web page you will find everything related to Tabos, including the source code of the main operating system and an image for writing it to your floppy disk.Tabos is a new operating system, at this stage of development aimed to run on Intel's x86 platform. Although it is our first try in creating a runnable, modern OS, it seems that we are on the right way. We decided to develop a modular monolithic kernel with module loading support, using the x86 platform features to achieve this goal: multitasking, paging, virtual memory, DMA, PCI, ACPI ... are yet implemented.
Currently, we reached the latest stable version 0.2.6. of the 0.2.x series. At the moment we are defining interfaces for the new upcoming and much improved 0.2.7 version. Of course, helpers are fairly welcome. There's so much to do: testing debugging, writing documentation, code clean up, speed up, again testing and debugging.
Interested ? Get the latest sources in the download zone, visit our forum or drop us an email.
- The Tabos Team