A dedicated unikernel for microservices

Wednesday, August 26, 2009

Compiling TORO On Linux II

I have uploaded to SVN the modifications on Build for support ELF files and make the boot's image on Linux. Build takes the executable file (PECOFF or ELF) and convert it to ToroImage.img .
The step for compile it are :
1 - Do an update on SVN's folder
2 - Run on terminal "sh compile.sh"
3 - That's all , you must have installed fpc for Linux-x86-64 . I tested using 2.2.4 version and it works fine. If the process was rigth the result is ToroImage.img and you can test it using QEMU like in window's version .
Maybe you 'll have got to edit compile.sh for corrects the path of build and fpc.
I am listenning any opinion .

Saludos .
Matias Vara.

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.