thrill OS

downloads
docs/articles/papers
about
contact

ThrillOS is an experimental 32 bit operating system for processors based on the Intel x86 architecture.
It includes support for preemptive multi-tasking for various priority levels, paging, and a UNIX like inode based file system.
It also provides intrinsic support for multi-threaded applications, and a growing list of POSIX compliant system calls.

All the above features are provided taking up a miserly 80KB of disk space and less than 2MB of main memory.

ThrillOS includes a compiler and a virtual machine for the experimental Thrill Mnemonic Language (TML). TML is a byte-code interpreted platform independant programming language.
The next release of ThrillOS is planned to include native support for executing TML programs.

Click here for a complete feature list.


Copyright (c) 2002 Sriram Dayanandan. All rights reserved.