Page 1 of 1

yaOSp 0.0.3

Posted: Mon Jun 01, 2009 11:37 am
by giszo
Hi!

We're proud to announce the third version of yaOSp, 0.0.3! You can get a
bootable CD-ROM image from here: http://files.yaosp.org/release/0.0.3/ya ... .3-img.iso.

A quick overview on the changelog of this release:
* full ext2 read and write support
* python has been integrated into the OS
* our own shell is replaced with bash
* new input system (this is the first step to the GUI)
* the ELF loader has been rewritten fully
* a lot of other fixes and improvements ... :)

Please test it and feel free to give any kind of feedback. We already
started to create wiki pages as documentation to help new users how to use
the system. You can read the wiki here: http://wiki.yaosp.org

Here are some screenshots:

Image
Python running on yaOSp

Image
GCC on yaOSp

Image
The ext2 driver in action :)

the yaOSp developers

Re: yaOSp 0.0.3

Posted: Mon Jun 01, 2009 12:28 pm
by Martijn
Virtual PC 2007:
Halts on boot after printing a list of memory mappings.

VirtualBox 2.2.2:
Halts on boot after printing 'Loading module: pci'.
After disabling VT-x it boots successfully.

Enjoy! ;)

Re: yaOSp 0.0.3

Posted: Mon Jun 01, 2009 12:31 pm
by giszo
Martijn wrote:Virtual PC 2007:
Halts on boot after printing a list of memory mappings.
Unfortunately I don't have access to Virtual PC, so I couldn't test it. I'll try to get one and do some debugging :)

Re: yaOSp 0.0.3

Posted: Mon Jun 01, 2009 1:50 pm
by earlz
giszo wrote:
Martijn wrote:Virtual PC 2007:
Halts on boot after printing a list of memory mappings.
Unfortunately I don't have access to Virtual PC, so I couldn't test it. I'll try to get one and do some debugging :)
um.. it's free.. (though it's closed source and for windows only)

edit:
how sad it's GPL..
but really looks very impressive.. has anyone else gotten this far in an OS? I mean python and GCC!? purely amazing really...

Re: yaOSp 0.0.3

Posted: Mon Jun 01, 2009 2:12 pm
by NickJohnson
Wow, I'm really impressed. I think you could use some more userland tools though; a text editor of some sort would be nice. It works fine under VirtualBox 2.2.2 btw.

Re: yaOSp 0.0.3

Posted: Mon Jun 01, 2009 2:15 pm
by giszo
NickJohnson wrote:Wow, I'm really impressed. I think you could use some more userland tools though; a text editor of some sort would be nice. It works fine under VirtualBox 2.2.2 btw.
Thanks. We have a lot of plans, but our time we can spend on the development of yaOSp is limited :)

Re: yaOSp 0.0.3

Posted: Tue Jun 02, 2009 12:54 am
by xyzzy
Just tested in QEMU, seems to work fine. Only found one slight problem - I ran init from the applications directory and it loaded another shell, and the input on that shell doesn't work right: have to press keys twice to get them to show up, and then when I press enter the characters it tries to run are not what I'd typed.
earlz wrote:but really looks very impressive.. has anyone else gotten this far in an OS? I mean python and GCC!? purely amazing really...
Yes, my OS can run GCC, Binutils and Ruby, as can Pedigree ;)

Re: yaOSp 0.0.3

Posted: Tue Jun 02, 2009 1:20 am
by giszo
AlexExtreme wrote:Just tested in QEMU, seems to work fine. Only found one slight problem - I ran init from the applications directory and it loaded another shell, and the input on that shell doesn't work right: have to press keys twice to get them to show up, and then when I press enter the characters it tries to run are not what I'd typed.
I never tried to execute the init application manually after boot, but these kind of reports/tests are good, because they cover those scenarios that I'd never think of. I already fixed the init stuff, so it can be executed only at boot time :)

Thanks for your time and reply.