An Actively Developed GUI for ... FreeDOS? 63
shanecoughlan writes "FreeDOS, the GPL DOS distribution, has a powerful little graphical user interface called OpenGEM being actively developed for it. Well, powerful is relative. OpenGEM is based off the DR GEM GUI from the 1980s, and is a 16bit single-tasking GUI that tends not to use extended memory. While KDE and GNOME might not be shaking in their boots, it's an interesting opensource project in its own right. And it runs on a 286 with 640kb of RAM..."
Remember kids... (Score:2, Interesting)
Seriously though, It's good to see some developers going back to the roots of coding tight, efficient programs given certain constraints, instead of making huge bloated apps and recommending PCs built around the app.
Re:Remember kids... (Score:3, Interesting)
Hard drives also hit various limits at various times...BIOS limits, limitations of the CHS addressing scheme, and we might soon be hitting a limit the LBA addressing scheme as well (although that at least makes sense).
Of course, all these limits exist b
Re:Remember kids... (Score:2, Informative)
I thought the main purpose of 64 bit CPUs was to break the 4 GB barrier.
No screenshots (Score:2, Funny)
Re:No screenshots (Score:2)
Re:No screenshots (Score:3, Insightful)
Um.. The whole POINT of this article is that this is a GUI, not a CLI!
The people demand screenshots!
Re:No screenshots (Score:2)
Re:No screenshots (Score:5, Informative)
No screenshots? (Score:3, Funny)
Re:No screenshots? (Score:1)
Screenshots! (Score:5, Interesting)
http://www.operating-system.org/betriebssystem/bs
http://www.operating-system.org/betriebssystem/bs
http://www.operating-system.org/betriebssystem/bs
http://www.operating-system.org/betriebssystem/bs
http://www.operating-system.org/betriebssystem/bs
Enjoy!
Re:Screenshots! (Score:1)
This is an interesting project. (Score:3, Interesting)
There were only a few other packages that were really of exceptional worth - so exceptional, they were "must-haves" for anyone from home users to corporate users. Although, in many ways, nobody would really "use" these programs today, they would have massive educational value as they would provide an excellent way for people to study key components of modern systems without having to dive into all the modern complexity.
The packages I would consider "exceptional" would be QEMM (I can't see anyone disagreeing there) and Norton Guides (good intro to interrupt stacking and context sensitivity). Possibly the EARLY Norton Utilities as well.
Re:GEM is a VERY interesting project. (Score:2, Insightful)
In 20/20 hindisight, we're probably well served that Windoz is such a resource hog. Moore's law isn't enough to give us 4Ghz CPUs or a Gigabyte of RAM for $100... it also takes big market demand.
But imagine a world where an 8mhz 286 with 2-4 MEG of RAM was fast enough to do
Re:GEM is a VERY interesting project. (Score:1)
But imagine a world where an 8mhz 286 with 2-4 MEG of RAM was fast enough to do everything you do today. We could have been building on that for nearly 20 years.
Today I have a Gig of RAM and a 3Ghz CPU. It's barely adequate on many apps. This story certainly makes me ask "what if?"
Agreed. I noticed that with old, stable HW (e.g.: Apple ][, the old Atari 2600)... when the hw base did not change (no trace of Moore's law), SW tended to routinely set new records in terms of efficiency/features/powe
Re:This is an interesting project. (Score:1)
DesqView opened their binaries after they went defunct or were bought out several years ago. I d/led all the DV versions plus QEMMs (also opened at the time) and tried them in a DOSbox; they worked justs as I remembered them (but not in EMS IIRC). Isn't it funny how memories tend to gloss over difficulties? Even using it running on DR-DOS 7.03 ("Musltitasking") did no
Needs web browser (Score:4, Interesting)
I've been poking around for a viable web-surfing configuration for an 8mb pentium-1 system, and there really is nothing out there.
Re:Needs web browser (Score:3, Informative)
So who has the cahones to develop a standards-compliant web browser for this gui?
Who has the cojones to develop a standards-compliant web browser full stop? Gecko ain't compliant and never will be [mozilla.org]. Same goes for every other browser.
I've been poking around for a viable web-surfing configuration for an 8mb pentium-1 system, and there really is nothing out there.
Try an older Slackware.
Re:Needs web browser (Score:1)
Re:Needs web browser (Score:1)
Re:Needs web browser (Score:1)
Re:Needs web browser (Score:2)
It does seem to have dropped off the mirrors .. weird.
Re:Needs web browser (Score:2)
I personally installed it on a 12Mhz 286 with 2Mb of ram, ISA2000 clone lan card with 10Base2 and Monochome VGA monitor. And with NCACHE (Norton equiv of SmartDrive) configured to use 96kb of XMS was usable (without it - it would take a lot to save all the files of a webpage to the disk cache).
On a IBM PC110 (486SX 33mhz, 8Mb RAM) it really flies.
Re: (Score:2)
Re:Needs web browser (Score:1)
Re:Needs web browser (Score:2)
Re:Needs web browser (Score:2)
Re:Needs web browser (Score:2)
Re:Needs web browser (Score:2)
My first try would be Win98SE and K-Meleon [sourceforge.net]. I remember how slow even Win95 was on 8MB of memory, so maybe that's not an adequate option.
You could also try installing an extremely minimal version of either Linux or BSD, along with a stipped-down X and try to run Dillo [dillo.org] or Links [sourceforge.net]. The latter will do SSL and graphics if setup just right.
Long live GeoWorks! (Score:2)
A shareware version (GeoPublish) is out there... (Score:2)
I've been finding myself using GVFM [ntlworld.com] more and more under DOS, too (a DOS GUI file manager in the style of Windows Explorer).
Re:Long live GeoWorks! (Score:2)
If you don't mind buying a $99 copy on floppy disks, http://www.breadbox.com/geocats.asp [breadbox.com] is NewDeal Office 2000 - the last version created by GeoWorks.
It's still in development by Breadbox Software, but they aren't selling their updated version, Breadbox Ensemble, to individuals. The trial's still available, though...
Re:Long live GeoWorks! (Score:2)
GeoDraw's "nudge" buttons allowed me to push an object by one pixel (up, down, left right), something I have longed for in every single graphics package I've used since then. Their Tetris is still the nicest I've ever played. For a few years after, I'd still have Geos installed on a 486 just to play Tetris. I bet I still have my 3.5" install disks somewhere.
Re:Long live GeoWorks! (Score:2)
It was pretty nice to work with. I've never found anything else that comes close to the ease of creating a GUI using the GEOS APIs.
People who were comfortable with MFC before trying the GEOS SDK tended to have a hard time, but if you didn't know either, GEOS programming was far easier to learn and use. The main hardship of GEOS programming was the fact that the OS ran in real mode, which rather limited the
Re:Long live GeoWorks! (Score:2)
Even if the code was open sourced, you'd have a half gigabyte of 16 bit assembly code. There's not a lot of people who'd be willing to go through the effort of making that usable.
Uh - I always thought Seal had a nicer look... (Score:5, Informative)
Re:Uh - I always thought Seal had a nicer look... (Score:2)
Slow News Day? (Score:2)
Re:Slow News Day? (Score:1)
Re:Slow News Day? (Score:5, Insightful)
Puhleeeez. Every time Slashdot features any small project someone has to pop in and bitch that it's not important, who cares, why is
Incidentally, this project is actually useful and could be yet another killer open source application when it grows up. Do you know how many old computers are out there that are obsolete only because there's no free lightweight desktop OS with internet connectivity for them?
Frankly, the only way a small project becomes a big one is when other developers, supporters and users find out the project exists and can contribute to it.
I am not trying to imply that it isn't a cool project or worth doing, but that if his project makes the news so should the majority of sourceforge projects.
Of course your not, but you are bitter about something. Don't be a boo-bird.
Me first please.
At least you admit it, thought which is a step up from usual
Re: (Score:2)
See Bill Was Right! (Score:2)
(firefox is currently using 130mb with a fat 620mb vm size... oops - but that is all page data and media and bad flash plugin / mem handling)
Re:See Bill Was Right! (Score:2)
For crying out loud! How tough is it to get the capitalisation right? Its MB (Mega Bytes) and KB (Kilo Bytes). This really annoys me with PC users today who seem to use bits and bytes interchangeably. I was trying to get broadband the other day from British Telecom of all people and the woman on phone assured me t
Re:See Bill Was Right! (Score:2, Informative)
The file size is 932 kiloBytes.
It is 305 Kelvin outside.
Re:See Bill Was Right! (Score:2)
It is 305 Kelvin outside.
It is here too, and we don't have air conditioning. That sucks! Tomorrow's going to be even warmer too...
-- Steve
Re:See Bill Was Right! (Score:2)
Re:See Bill Was Right! (Score:2)
Re:See Bill Was Right! (Score:2)
Re:See Bill Was Right! (Score:2)
Re:See Bill Was Right! (Score:2)
Hmm. The only machine I've used GEM on had 4Mb of RAM. An Atari ST, which was a damn site nicer to program on than the PC's of the same era.
Such a modest guy! (Score:2)
"I'm a complex guy, and thus possess a substantial amount of personal information. The real question is whether you want to browse through it all."
He's also got a version control system named SVS, for Shane Versioning System. I'm surprised he left the name OpenGEM alone, without morphing it into ShaneGEM or something.
Re:Such a modest guy! (Score:2)
Re:Such a modest guy! (Score:2)
Yes, and because of everything else I said. That's exactly what I'm saying, indeed.
Yes (Score:1)
Meh. (Score:3, Interesting)