Linked by Thom Holwerda on Mon 8th Sep 2008 20:55 UTC, submitted by Punktyras
Google With all the recent hype surrounding Google's Chrome, it's refreshing to see someone taking a few steps back and looking at the bigger picture. Superlatives were abound about Chrome (I personally really like it), but some people really took it overboard - take TechCrunch for instance: "Chrome is nothing less than a full on desktop operating system that will compete head on with Windows." Seeing my nationality, I know a tulip mania when I see one. So does Ted Dziuba.
Thread beginning with comment 329722
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: Anyone remember GEOS?
by GavHSS on Tue 9th Sep 2008 12:05 UTC in reply to "Anyone remember GEOS?"
GavHSS
Member since:
2008-03-25

The C64 was a machine without an OS, very common for 8bit microcomputers. It could only run one application at a time.


I'm not familiar with the C64, but did every application talk directly to all the hardware it used? If so, then there would be a lot of redundancy between applications, since they would be doing the same things. If not, then there was an OS,even if it wasn't visible to the end user...

Reply Parent Bookmark Score: 1

RIchard James13 Member since:
2007-10-26

There is a Kernal in the C64 but it is more like a library than an OS.

Reply Parent Bookmark Score: -1

RE[3]: Anyone remember GEOS?
by Kroc on Wed 10th Sep 2008 08:36 in reply to "RE[2]: Anyone remember GEOS?"
Kroc Member since:
2005-11-10

Why is this modded down? It's very true. The KERNAL had one large jump table into it, and very little of the code was actually hardware I/O (mostly memory-mapped). Almost all the KERNAL could be switched out or shadowed in RAM, allowing you to modify or remove the KERNAL.

Reply Parent Bookmark Score: 1