Simply GNUstep Delivers UNIX, Simply
Eugenia writes "A new, Linux-based operating system released recently, called Simply GNUstep and it is based on the GNUstep architecture, originally built by NeXT (OpenSTEP) and is now also used by MacOSX (Cocoa). The alpha version of the x86-based OS is available for download and boots off the 110 MB bootable CD. The cool thing about Simply GNUstep is its partial source compatibility with MacOSX programs (further compatibility is still worked on) and its clean infrastructure, as it only includes GnuSTEP graphical applications like WindowMaker, Mail.app etc. You can read an introduction article of the OS at OSNews."
based on the GNUstep architecture, originally built by NeXT (OpenSTEP) and is now also used by MacOSX (Cocoa).
The above is wrong. The original NeXT Computer OS was called NeXTSTEP (notice capitalisation--it's important in what follows). When NeXT Computer ditched hardware, it became "NeXT Software", and spun off it's OS (in the 3.x version) into a cross platform OS called OpenStep (4.x).
This OS was to run on Sun, Intel and NeXT boxes. The API was modified, and made public (the API, not implementation).
This API specification was called OPENSTEP (capitalisation differs from the NeXT Software OS name).
GNUStep is therefore based on the OPENSTEP specification. No other permutation of name and inheritance is correct.
I downloaded the ISO and tried to boot into it. Immediately the kernel fb support gave an "unsupported display mode" error. I checked the available modes and there was nothing but text modes available. I have a Matrox G400, which is very well supported by the kernel framebuffer drivers. In fact I use the fb console at 1024x768 on my real linux installation without problems.
The startup looked interesting, at any rate. It failed to detect my NIC (a pretty standard DEC Tulip card) and gave a few other errors I can't remember. Then it tried to run X, but since it was configured to use the framebuffer driver, which wasn't working, it choked. Needless to say if they had at least allowed the option of using the XFree86 accelerated drivers, it would have been fine, but they don't. So then the system shut itself down. This worked ok, except their kernel is compiled without APM support, so it didn't actually turn itself off.
Oh well. I'll try it again later, seems like a decent idea really.
"(Man) tries to live his own life as if he were telling a story. But you have to choose: live or tell." --Sartre
Mac OS X still has fat binaries, actually. You should be able to build binaries which will run on Mac OS X or Darwin (PPC) and Darwin (Intel).
Obviously the Darwin/Intel contingent is pretty small, so I haven't seen this in practice.
On my Mac OS X 10.1.2 box:
% which lipo
/usr/bin/lipo
GNUStep has the framework for fat binaries in place. An application is actually a folder with an executable, TIFFs, and property lists. Running an application is done by running a shell script that searches common application locations, checks what processor and OS you're using, and runs the appropriate binary. The biggest shortcoming is GCC, which can only compile for 1 architecture at a time.
I don't read ACs: If a post isn't worth so much as a nom de plume to its author then I wont bother either.
I've got to run to work (I'm late!), but if one of you could please put a post on the slashdot article explaining the problem I would be very
/., your project has
l
thankful!
It seems I broke a rule at sourceforge which limits file sizes to 100MB
If someone could offer a mirror site I would be very thankful for that as well!
Thanks! Chad
Here's what sourceforge had to say
--------------
Greetings,
My name is ********; I am the Quality of Service Manager for
SourceForge.net. This message is directed to you since you are
designated as a project administrator for the Simply GNUstep project on
SourceForge.net.
First, we would like to take a moment to congratulate you on your recent
press exposure on Slashdot.org -- we love to see Open Source projects
succeed, and press exposure of this nature is always of great benefit.
Since the announcement of your project efforts on
received roughly 2241 downloads of the ISO image provided through your
download page at: http://simplygnustep.sourceforge.net/Download.htm
It has come to our attention that you are making use of SourceForge.net
project web services as a mechanism to release file materials in excess
of 100MB in size. Each project hosted on SourceForge.net is provided
with project web services as to ensure that they may adequately provide
an online description and information regarding their project.
... etc
Sourceforge has a policy of not allowing DLs of files over 100MB, I broke that limit with my 110MB ISO image, so they took read access form the file to everybody but me.
If someone would like to offer a mirror I would appreciate it very much!
Chad Hardin