A dedicated kernel for multi-threading applications.

Sunday, August 23, 2009

Compiling TORO on Linux

I have uploaded to SNV the Toro's source with the modifications for compile it on Linux using FPC 2.2.4 for x86_64. The script compile.sh makes an ELF file.
I am still working on Build for translate the ELF to image as It does with PECOFF64 on Windows. Saludos.
Matias E. Vara

Monday, August 10, 2009

Implementation of Mutiplex-IO At the level of Network Unit

I have uploaded the first beta version of Network Unit with no-blocking Apis in order to reduce the number of context switch and the number of threads used to listen network connections.
I promise upload the Programmer and Compilation documents soon.
Saludos .
Matias Vara.

Saturday, May 30, 2009

Taskfreak! implementation.

I implemented the task manager Taskfreak! . There , i wrote all the tasks that i am working and the features of future versions.
Enjoy!
The link is .

Tuesday, May 19, 2009

Multicore done!

I uploaded to SVN the last version of TORO. I added Multicore detection and It was tested on Intel x86_64 arch fine. I have fixed bugs in Memory detection , now I am using in15h to get information about memory .