yaOSp 0.0.3

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
giszo
Member
Member
Posts: 124
Joined: Tue Nov 06, 2007 2:37 pm
Location: Hungary

yaOSp 0.0.3

Post 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
Martijn
Posts: 22
Joined: Tue Feb 26, 2008 3:43 am
Location: The Netherlands

Re: yaOSp 0.0.3

Post 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! ;)
giszo
Member
Member
Posts: 124
Joined: Tue Nov 06, 2007 2:37 pm
Location: Hungary

Re: yaOSp 0.0.3

Post 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 :)
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

Re: yaOSp 0.0.3

Post 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...
User avatar
NickJohnson
Member
Member
Posts: 1249
Joined: Tue Mar 24, 2009 8:11 pm
Location: Sunnyvale, California

Re: yaOSp 0.0.3

Post 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.
giszo
Member
Member
Posts: 124
Joined: Tue Nov 06, 2007 2:37 pm
Location: Hungary

Re: yaOSp 0.0.3

Post 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 :)
xyzzy
Member
Member
Posts: 391
Joined: Wed Jul 25, 2007 8:45 am
Libera.chat IRC: aejsmith
Location: London, UK
Contact:

Re: yaOSp 0.0.3

Post 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 ;)
giszo
Member
Member
Posts: 124
Joined: Tue Nov 06, 2007 2:37 pm
Location: Hungary

Re: yaOSp 0.0.3

Post 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.
Post Reply