Page 3 of 3
Re: Toro
Posted: Sun Jun 13, 2010 8:39 pm
by z0rr0
Hi! I was making a environment to compile and debug toro fastly using Eclipse and QEMU , and that's an example
http://www.screentoaster.com/watch/stUE ... tfXFtfX1BQ. I hope to upload a new release soon with all the necessary files to make that environment on Linux/Win .
See ya.
Re: Toro
Posted: Sat Nov 27, 2010 1:33 pm
by z0rr0
The environment to compile and test toro using ECLIPSE,QEMU and GDB is complete. You can download from
http://www.torokernel.org, it just works in WinXP x64 at the moment but ports to Linux is easy because all the tools that I have used are in Linux. By the way, I am writting toro wiki in
http://sourceforge.net/apps/mediawiki/toro/, enjoy!.
Re: Toro
Posted: Sun Jul 31, 2011 3:44 pm
by z0rr0
Hi! I have moved finally the whole proyect to Linux Ubuntu 11.04. Also, I have started to use GIT and I have added the instructions to compile and test TORO to the wiki. Enjoy!.
Matias E. Vara
www.torokernel.org
Re: Toro
Posted: Mon Jan 31, 2022 11:13 am
by z0rr0
Hello everyone, it seems that I haven't posted on this topic for a while. In the last months, I have been porting ToroOS to fpc-3.2.0 (see
https://github.com/torokernel/ToroOS). I have some progress that I would like to share. In the
https://youtu.be/DyqEqPeUYB8, you can see ToroOS booting up in QEMU/KVM. I just show the shell and the ls command. I am porting the fpc rtl named embedded32 so you can build applications for Toro from fpc. ToroOS is a 32 bits general-purpose OS for x86 that supports multitasking and paging. Also, it has a VFS and is POSIX so porting Linux app should be easy.