Linked by Thom Holwerda on Thu 7th Jun 2007 22:42 UTC, submitted by hidnplayr
OSNews, Generic OSes Kolibri 0.7.0.0 has been released. "Less than 4 months since our previous release and we are glad to give you a new one, Kolibri 0.7.0.0. There are quite a lot of changes for such a small amount of time. The kernel was modified to use a flat memory model and to support fast system calls (sysenter, syscall). There are also many other changes such as kernel configuration using external ini-file, special /sys directory, system boot screen improvements, and much more." The web operating system EyeOS 1.0 (and 1.0.1 shortly after) has also been released.
Order by: Score:
eyeOS
by poundsmack on Thu 7th Jun 2007 23:04 UTC
poundsmack
Member since:
2005-07-13

eyeOS is amazing great work guys!

if you haven't seent he demo on the site yet it is a must.

http://www.eyeos.org/about

Edited 2007-06-07 23:05

Reply Score: 1

RE: eyeOS
by vimh on Thu 7th Jun 2007 23:23 UTC in reply to "eyeOS"
vimh Member since:
2006-02-04

Indeed. This could be a great little tool. The demo seemed to forget I was logged in though. I'll have to download it and try it out on the local network. A definite improvement over the last release noted here.

Reply Score: 2

Icons
by judgen on Thu 7th Jun 2007 23:37 UTC
judgen
Member since:
2006-07-12

Does anyone recognize the icons in kolibri? Is it not BeOS? =) Not all ofcourse, but the one with the diskette is for sure from BeOS.

Edited 2007-06-07 23:39

Reply Score: 1

Shots
by linuxbeta on Fri 8th Jun 2007 00:45 UTC
linuxbeta
Member since:
2007-04-23
kewl...
by helf on Fri 8th Jun 2007 01:36 UTC
helf
Member since:
2005-07-06

It kinda looks like skyos, in a way.

neat idea, I guess.

Reply Score: 2

RE: kewl...
by Laurence on Fri 8th Jun 2007 11:18 UTC in reply to "kewl..."
Laurence Member since:
2007-03-26

I was thinking much the same.

Reply Score: 2

WebOS
by Cymro on Fri 8th Jun 2007 01:44 UTC
Cymro
Member since:
2005-07-07

It is a neat idea, but nobody seems to remember WebOS.

I used it back in 2000 and it was way ahead of anything I've seen 7 years later. I just found this from one of the progammers.

http://talkback.zdnet.com/5208-11423-0.html?forumID=1&threadID=2020...

Some highlights:

"The WebOS(.com) API was basically a JavaScript conversion of Sun's Swing API used in Java applications.... We even had a server communication channel running on a Java Servlet backend. We were doing AJAX two years before Jesse James Garrett wrote his famous article.

I laugh whenever I hear people talk about how AJAX and the WebOS Space is changing computing. We were there... six whole years ago we were doing what is only now begining to come around again."

Sadly though:

"In late 2004 Shervin and I made plans to release the WebOS API under an open source license, but it never materialized."

I just installed EyeOS and though it's not as fully featured yet, it's works nicely - very attractive, solid and easy to use. Being open-source and free to install on your own server, I think it'll be more useful to people than WebOS was.

Edited 2007-06-08 01:47

Reply Score: 1

WebOS again
by Cymro on Fri 8th Jun 2007 02:21 UTC
Cymro
Member since:
2005-07-07

Sorry to be off-topic again, but I found the WebOS.com homepage from mid-2000 on archive.org. There's s tiny screenshot showing an email client and some other apps. Incredible, really.

http://web.archive.org/web/20000815233247/www.webos.com/webos/index...

Reply Score: 1

kolobri - no docs for clueless people?
by bnolsen on Fri 8th Jun 2007 05:01 UTC
bnolsen
Member since:
2006-01-06

I looked over their site.
I didn't see even a basic overview.
No idea what architecture this runs on.
No idea what language is their base.
No idea if this is an OS or just another linux distro

It would be nice if they at least had some basic bullet items about what the heck their OS id.

There's a link for this?

Edited 2007-06-08 05:02 UTC

Reply Score: 4

predictor Member since:
2006-11-30

They are writing the entire thing in assembly. Which is infintely stupid.

Compared to compiler optimized C/C++, they can't even compete on speed generally. Then there's the small matters of maintainability, portability and robustness.

Edited 2007-06-08 07:06

Reply Score: 1

Dain Member since:
2007-02-08

Thats simply not true. Specially in terms of newer optimation options like vectoring and so on the code generation of C/C++ Compilers is very suboptimal (sorry for my english)

Reply Score: 2

vege Member since:
2006-04-07

As it's already mentioned, you're wrong: a compiled code will never be as speed efficient as a native one. Except for the cases which are about programmer mistakes, of course.

Maintainability? Why do you think it's any harder than elsewhere? Portability? This is a new platform. Robustness? They're maturing the new platform - it will be in time, if they can stand up for their plans.

And... here's a note, ope you won't take this personal. You've heard something somewhere and you just belived that one without understanding. Be more careful next time, and try to be less offensive - at least think before you do claims like "infintely stupid".

Reply Score: 5

timothy.crosley Member since:
2006-06-15

In the purest form you are correct, native code => compiled code in speed; However, in practice it is going to be just the opposite. First there is the fact that few coders are skilled enough, and for that matter patient enough to create large optimized programs in assembly. But lets say someone did spend the time and created an awsome O.S. in the i386 instruction set. What about other platforms, or even updates to the intel platform? Less well-written compiled code could very possibly reach higher speeds just becuase it can more fully take advantage of a platform with just a recompile.

Reply Score: 2

vege Member since:
2006-04-07

You are right, in a big part the issue is about programmer qualities and the quality of the OS basis. The goal of the project, of course, is to provide a high-quality package at the end.

But at this point I see no difference: the same applies to other platforms. Going simple: bad programmers will produce bad code. No meter what platform they build on. On the other hand: good OS dev management and hight quality distribution building will let the talented developers to do their best in writing apps.

The thing they can't help is the small number of assembly developers out there. But a project like this definitly will increase the attractivity of the platform.

Reply Score: 1

Other platforms?
by W__W on Fri 8th Jun 2007 12:29 UTC
W__W
Member since:
2005-10-20

>What about other platforms

Why developer(s), which have only PC, should think about other platforms? KolibriOS devs consider OS as their hobby and they develop it for fun.

Reply Score: 3

Why should people use EyeOS?
by jello on Fri 8th Jun 2007 16:37 UTC
jello
Member since:
2006-08-08

Went to the homepage of EyeOS, saw the about video, but didn't see any hint of why should people run a OS in a browser that runs on another OS, it doesn't make any sense to me.
Is there more information in this regard?

Reply Score: 1

EyeOS... looks like Linux...
by Luposian on Fri 8th Jun 2007 19:16 UTC
Luposian
Member since:
2005-07-27

Is EyeOS a totally new OS, from the ground up, or is it a "web distro" of Linux?

Luposian

Reply Score: 1

Rofl
by Dev Corvin on Fri 8th Jun 2007 19:32 UTC
Dev Corvin
Member since:
2007-04-20

As per the last two comments:

jello, there is no reason. I worked on ORCA over a year ago, and the market for a web-based windowing environment is slim to none. The only place it would even be slightly viable is perhaps in a school, running on thin-client systems. The main benefit is instant deployment of software to client systems, as the code is constantly being-reloaded over the LAN.

But as far as providing a web-based "operating system" - this alone pisses me off - it's completely pointless.

----------

Luposian, no, it's a bunch of HTML and JS files. It's not an operating system, it's not even an operating environment. "WebOS" is just a buzzword, it doesn't provide a meaningful description of the project.

Reply Score: 1

Keep reinventing the wheel
by malkia on Fri 8th Jun 2007 19:47 UTC
malkia
Member since:
2005-07-17

First time I saw something like that was YouOS.com, now eyeOS, and then as someone posted WebOS.

I certainly don't see the point. It's hack, on top of a hack, on top of hack, I guess Richard Gabriel was right: "Worse is Better" - http://www.dreamsongs.com/WorseIsBetter.html

Please, take a look at the source code in eyeOS - plainly most of the stuff written there is not reusable. How would one write an application for it? Where are the tools?

And what is the purpose?

As far as KolibriOS goes, there could be markets where this OS would be highly needed. Coin-Op operators, certain embedded devices, etc - it's rather small, and seeing FAR running under it, made me excited ;)

Reply Score: 1

about the web "OS" critics
by vege on Sun 10th Jun 2007 16:19 UTC
vege
Member since:
2006-04-07

EyeOS or any web environment is not an OS due to the meaning of the words of Operating System. But they do provide the user with an experience that reminds them to something that they call their OSs on their PCs, but here they mean a graphical user environment actually.

And what can be the point in having such environment? Well, that's something that is avaialable from anywhere, with the same look and functionality without any extra requirement (like download, install etc.). As it requires only a browser, it will be the same on vistually all OSs, it may be a powerful and easy-to-manage software environemnt for many.

Reply Score: 1

What does EyeOS have to do with ColibriOS?
by axilmar on Mon 11th Jun 2007 10:36 UTC
axilmar
Member since:
2006-03-20

The former is a Web O/S, the latter is a fully-fledged desktop PC O/S.

Reply Score: 1