OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Apr 19, 2024 7:50 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: yaOSp 0.0.5
PostPosted: Fri Apr 02, 2010 12:27 pm 
Offline
Member
Member

Joined: Tue Nov 06, 2007 2:37 pm
Posts: 124
Location: Hungary
Hi.

We are proud to announce the 0.0.5 release of yaOSp. You can download the bootable CD-ROM image from here: http://files.yaosp.org/release/0.0.5/yaosp-0.0.5-img.iso

A short list of the changes in yaOSp 0.0.5:
  • Global configuration management system has been implemented
  • Screen resolution and wallpaper can be changed
  • Ported nVidia nForce network card driver
  • Fixes in the PS/2 input driver
  • Various networking related fixes and new features
  • A new image loader for jpeg file format has been implemented
  • A lot of fixes in the ext2 filesystem driver and in the installer application
  • New applications: md5sum, image viewer, less, dhcpclient, ifconfig, route, netctrl
  • New libraries: curl-7.19.7, jpeg-8a
  • Updated libraries: freetype 2.3.12, readline 6.1, zlib 1.2.4, libpng 1.2.43

We are interested in any kind of feedback, criticism or improvement idea.
Special thanks to Attila Magyar and Kasper Mikkelsen for their contributions in this release.

yaOSp developers

Image


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Sat Apr 03, 2010 3:19 pm 
Offline

Joined: Mon Apr 13, 2009 2:56 pm
Posts: 17
Location: France
it's wonderfull !! i love this os !!!


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Sat Apr 03, 2010 3:56 pm 
Offline
Member
Member
User avatar

Joined: Mon Jun 15, 2009 10:01 am
Posts: 311
Location: France
Wow! Awesome! Nice work!

_________________
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Sat Apr 03, 2010 4:46 pm 
Offline
Member
Member
User avatar

Joined: Fri Jun 13, 2008 3:21 pm
Posts: 1700
Location: Cambridge, United Kingdom
yaOSp is a truly stellar example of what a small group of people can achieve with time, dedication and hard work.

Bravo, bravo! Keep up the good work! You continue to impress us with how much further along your OS is than ours, and spur us on to work harder.


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Tue Apr 06, 2010 5:46 am 
Offline
Member
Member
User avatar

Joined: Fri Mar 07, 2008 5:36 pm
Posts: 2111
Location: Bucharest, Romania
Owen wrote:
yaOSp is a truly stellar example of what a small group of people can achieve with time, dedication and hard work.


The smallest possible type of group too - only 2 people have been hacking on it. :)

_________________
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Wed Apr 07, 2010 1:20 am 
Offline
Member
Member
User avatar

Joined: Fri Apr 25, 2008 2:50 pm
Posts: 50
Location: New York
Best OS ever.

_________________
Close the world, txEn eht nepO


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Wed Apr 07, 2010 2:27 am 
Offline
Member
Member

Joined: Thu Feb 26, 2009 2:31 pm
Posts: 60
Location: Genova, ITALY
I've tried it on virtual box with 64 mb of ram and it works perfectly.. This is the best project of all osdev.org...


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Wed Apr 07, 2010 12:47 pm 
Offline
Member
Member
User avatar

Joined: Thu Feb 12, 2009 5:12 pm
Posts: 286
Excellent work! Works good on my PC when running live! but Qemu no likey it stops at the Vesa 2.0
detection! But it is just an emulator the good thing is that it works on real hardware :D

_________________
My hero, is Mel.


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Wed Apr 07, 2010 2:27 pm 
Offline
Member
Member

Joined: Tue Nov 06, 2007 2:37 pm
Posts: 124
Location: Hungary
Coddy wrote:
Excellent work! Works good on my PC when running live! but Qemu no likey it stops at the Vesa 2.0
detection! But it is just an emulator the good thing is that it works on real hardware :D


Add the -vga std parameter to QEmu and it will work as well.


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Thu Apr 08, 2010 9:15 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 27, 2004 11:00 pm
Posts: 874
Location: WA
Coddy wrote:
Excellent work! Works good on my PC when running live! but Qemu no likey it stops at the Vesa 2.0
detection! But it is just an emulator the good thing is that it works on real hardware :D



that is a very bad thing to think...

too many people assume this, but its not true -- the problem is, each and every computer is different, and just because it works on 40million computers doesnt mean it will work on all computers

for the most part, if it doesnt work on an emulator, you can be quite certain that there will be some real machines that it wont work on also (even if it will work on most) -- basically, if it doesnt work on an emulator, then there is either something wrong with your code, or your making assumptions about things, that just happen to be true or irrelevant on the real machines you tested on, but there will be real machines which fail for those same reasons

_________________
## ---- ----- ------ Intel Manuals
OSdev wiki


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Mon Apr 12, 2010 2:08 pm 
Offline
Member
Member
User avatar

Joined: Sat Dec 27, 2008 2:34 pm
Posts: 548
Location: Belgium
Looking very nice. The only thing I might add is that you might want to be careful with the "iView" name (if it's built-in or shipped or anything). I read something a while ago about Apple having the rights on the whole name thing with the lowercase "i" in it, but I'm not sure if it's actually true or still valid.

_________________
When the chance of succeeding is 99%, there is still a 50% chance of that success happening.


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Mon Apr 12, 2010 4:41 pm 
Offline
Member
Member

Joined: Sat Nov 21, 2009 5:11 pm
Posts: 852
Is it really possible to trademark a single letter? What about Intel's logo, that also begins with a lowercase I, and so does i386, for example.


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Mon Apr 12, 2010 7:12 pm 
Offline
Member
Member
User avatar

Joined: Tue Mar 24, 2009 8:11 pm
Posts: 1249
Location: Sunnyvale, California
If we can trademark entire classes of names... I claim all trademarks matching ".+"! Once the government figures out what regular expressions are, it'll be too late. :P

Seriously, I doubt you can trademark anything but a specific logo/name, even if you're Apple. I've seen many things that start with "i", including things that are clearly not licensed by Apple but are also clearly Apple knockoffs.


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Tue Apr 13, 2010 3:23 am 
Offline
Member
Member
User avatar

Joined: Sat Dec 27, 2008 2:34 pm
Posts: 548
Location: Belgium
NickJohnson wrote:
If we can trademark entire classes of names... I claim all trademarks matching ".+"! Once the government figures out what regular expressions are, it'll be too late. :P

Seriously, I doubt you can trademark anything but a specific logo/name, even if you're Apple. I've seen many things that start with "i", including things that are clearly not licensed by Apple but are also clearly Apple knockoffs.


Gigasoft wrote:
Is it really possible to trademark a single letter? What about Intel's logo, that also begins with a lowercase I, and so does i386, for example.


You both have good points and it does seem ridiculous to trademark a single letter. I can't really remember where I read it either, AFAIK it was something about Apple's request not being accepted in Australia regarding the "i", but that's all I remember.

On-topic: Did you create all the icons and graphics yourself? They look really nice.

_________________
When the chance of succeeding is 99%, there is still a 50% chance of that success happening.


Top
 Profile  
 
 Post subject: Re: yaOSp 0.0.5
PostPosted: Tue Apr 13, 2010 6:48 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 27, 2004 11:00 pm
Posts: 874
Location: WA
one thing about trademarks... it includes anything similar

basically, if you are using a name or symbol which may look familiar to someone acquainted with another company/product in the same market, then it is a violation of trademark

you cant trademark a single letter or a number... but any name or symbol you use, is automatically trademarked, and anything similar to it, is a violation of that trademark -- it doesnt have to be exactly the same, only similar, and used in the same territory, and in the same/similar market

_________________
## ---- ----- ------ Intel Manuals
OSdev wiki


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 70 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group