|
ThrillOS kernel features :
Multiple threads per process.
Varius priority levels for threads.
Premptive multi-tasking.
Paging and virtual memory.
Private per-process address space.
Inode based file system.
Growing list of POSIX compliant system calls.
Applications provided :
shell : thrillsh
ls
cat
mkdir
touch
Development tools :
tmlc Thrill Mnemonic Language Compiler.
tml Thrill Mnemonic Language byte-code interpreter.
|