Alternative Operating Systems

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
Battlehymn Republic
Jedi Council Member
Posts: 1824
Joined: 2004-10-27 01:34pm

Alternative Operating Systems

Post by Battlehymn Republic »

I've recently begun to look into OS besides Windows, Mac OS X, and Linux, and found that there's actually a whole bundle of them out there, and some are possibly quite usable. I like to think of alternative OS as third parties in American politics (with Linux being the ubiquitously networked Libertarian Party). Anyways, some questions:

1. Has anyone ever used OS/2, BeOS, ReactOS, etc.?

2. Are there any alternative OS worth a look besides Linux?

3. What's the beef between BSD users and Linux fanboys?
User avatar
Bounty
Emperor's Hand
Posts: 10767
Joined: 2005-01-20 08:33am
Location: Belgium

Post by Bounty »

I've tried ReactOS and I wasn't impressed, probably because it's still in alpha. it doesn't really do much you can't do with Wine, and my philosophy is that you're better off dualbooting than mucking about with compatibility layers or emulators.

Plan 9 looks interesting, but it's not aimed at desktop use as far as I know.
User avatar
Mobius
Jedi Knight
Posts: 576
Joined: 2005-09-10 05:42am
Location: Brussels, Belgium

Post by Mobius »

used to be under OS/2 Warp,
was cool in it's time, not so much now
2. Are there any alternative OS worth a look besides Linux?
Solaris X
3. What's the beef between BSD users and Linux fanboys?
BSD licence is to permissive and Linux is too unsecure :p
XET360 belgian news for Xbox 360
User avatar
Xisiqomelir
Jedi Council Member
Posts: 1757
Joined: 2003-01-16 09:27am
Location: Valuetown
Contact:

Re: Alternative Operating Systems

Post by Xisiqomelir »

Battlehymn Republic wrote:3. What's the beef between BSD users and Linux fanboys?
Theo de Raadt is kind of an ass, and Eric S. Raymond is always willing to aggravate the situation.
RThurmont
Jedi Master
Posts: 1243
Joined: 2005-07-09 01:58pm
Location: Desperately trying to find a local restaurant that serves foie gras.

Post by RThurmont »

1. Has anyone ever used OS/2, BeOS, ReactOS, etc.?
Yes. I've used Haiku, a clone of BeOS, but not the original (I have it, installing it is on my to do list). I've used ReactOS and OS/2. Actually, the complete list of OSes I've used, in addition to the above:

OS/360 MVT
FreeBSD
NetBSD
OpenBSD
QNX
Minix
Solaris
Many varieties of Linux
Plan 9
Inferno
Syllable
JNode
Visopsys
Darwin
OpenDarwin
OS X (Leopard and Tiger)
OS 9 (it really sucked)
Some ancient singletasking MacOS
AppleDOS
Netware
DOS (Free, DR- and MS- variants)
Windows (3.0, 3.1, 3.11, 95, 98, ME, 2k, XP, Vista, 2k8, Mobile)
and probably a few others
2. Are there any alternative OS worth a look besides Linux?
It depends on what you're trying to do. For the casual desktop user, a Linux distro is your best bet. The alternatives are either ancient and sadly antiquated (such as OS/2), complex and highly technical, or not yet mature enough for production use, with two exceptions: PC-BSD, and DesktopBSD. Those two OSes are FreeBSD-based and should be relatively easy for a low-level user to install and work with. I've used PC-BSD, but I use it no longer, preferring now to run pure, unmodified FreeBSD.
3. What's the beef between BSD users and Linux fanboys?
The BSD community objects to GPL licensing, in particular, to the viral nature of it. They also are being rather "sour grape" about the fact that Linux has succeeded dramatically in terms of popularity and marketshare, whereas the BSDs generally haven't. Of course, as the examples of DesktopBSD and PC BSD show, a low level user can't even notice the difference between a typical BSD and a typical Linux. Once you're in UNIXland, a fairly dramatic and important chunk of software is both common and pervasive.

EDIT: Updated the list of OSes I've used.
Last edited by RThurmont on 2008-02-05 06:45pm, edited 1 time in total.
"Here's a nickel, kid. Get yourself a better computer."
RThurmont
Jedi Master
Posts: 1243
Joined: 2005-07-09 01:58pm
Location: Desperately trying to find a local restaurant that serves foie gras.

Post by RThurmont »

I've tried ReactOS and I wasn't impressed, probably because it's still in alpha. it doesn't really do much you can't do with Wine, and my philosophy is that you're better off dualbooting than mucking about with compatibility layers or emulators.
Wine right now supports a suprising amount of Windows software, and IMO the project as a whole is excellent. People who dismiss Wine as crap are idiots, IMO, as Wine has successfully managed to reimplement a huge chunk of the notoriously awful and non-orthogonal Win32 API. The problem is that the Win32 API is fundamentally broken to begin with, which is why the Wine project often breaks some apps when they "fix" others. Over time though, it has progressively gotten better IMO, and I'm using it to some extent already. I do not yet reccommend Wine for most end users, as it isn't yet mature enough in terms of installation and ease of use, but in terms of application compatibility, I would say that to a large extent, it has "arrived." Emulators also have their place. My business websites run OpenBSD on VMWare Server, installed on a physical Linux server that I rent (for $99 a month plus mucho bandwidth).

Note also that ReactOS is *not* an emulator to any extent. It takes the Wine APIs and provides an NT-like kernel and base system. It's an interesting and exciting project in a number of respects, and I for one am enthralled by the idea of a Windows-binary compatible NT architecture OS that is not controlled by Microsoft (and subject to MS-style stupidity). The ReactOS project, Wine and Samba are three of my favorite open source projects, as they collectively attempt to turn MS's dominance on its head (and are technically impressive).
Plan 9 looks interesting, but it's not aimed at desktop use as far as I know.
Plan 9 and Inferno are my favorite OSes, but they really are more abstract art than operating systems. That said, Plan 9 was originally developed for decentralized networks...it can be used as a "terminal" install, or as a "CPU server" install. The tragedy with Plan 9 is that historically, it failed to catch on due to an almost complete lack of marketing, and the fact that everyone was already either standardized on UNIX, or standardizing on Microsoft. Plan 9 lately though has seen a resurgence of interest, thanks to IBM installing it on one of their supercomputers, but whether or not Plan 9 and Inferno technology is actually usefully deployed to any large extent remains to be seen. As OSes go though, in and of themselves, they are by far the best, IMO.
used to be under OS/2 Warp,
was cool in it's time, not so much now
Its still fun to play with. The lack of applications always has been the main problem, but at least you can run Firefox and Thunderbird on it for full Internet access. Also, on a modern LCD (which OS/2 will support fully) with 1280 x 1024, going full screen in Win16 (read Win 3.1) mode is pure awesome.
Solaris X
Solaris supports only a narrow range of hardware, and the low level user might be frustrated by it, to a large extent.
Theo de Raadt is kind of an ass, and Eric S. Raymond is always willing to aggravate the situation.
Theo de Raadt does rub a lot of people the wrong way, but he's in charge of just one project, OpenBSD. There are also FreeBSD and NetBSD, and various members of those projects who have some degree of a sense of rivalry towards Linux. Its worth noting that there remains absolutely fierce rivalry between NetBSD and OpenBSD; for a time, OpenBSD-associated IP addresses were banned from the NetBSD server IIRC.

Note also that, to my knowledge, and that of several others, Eric S. Raymond has never ripped on the BSD community, at all. ESR actually stands in the middle ground between BSD and Linux, preferring BSD licensing but using Linux on his desktops. His loyalty is to the more abstract concept of the "Unix-nature", which both Linux and the BSDs posess. For that matter, I can't think of any prominent "Linux" developers who have ripped on the BSD community to any extent; while the reverse is unfortunately common, most Linux guys simply don't seem to care much about the BSDs, one way or the other.

There just really isn't a heck of a lot of difference between BSD and Linux, from a technical perspective. Nor, for that matter, is there much difference between Linux and Solaris.
"Here's a nickel, kid. Get yourself a better computer."
User avatar
Battlehymn Republic
Jedi Council Member
Posts: 1824
Joined: 2004-10-27 01:34pm

Post by Battlehymn Republic »

Hm. I guess when you're on the fringe, the only thing you hate more than a mainstream/big brand ______ is another fringe ______. Operating system n can fit in that blank just as well as any other thing. I've read negative comments about ReactOS because Linux luvers think it resembles Windows too much and thus is inherently flawed, and that the people working on them are wasting time and energy that should be put towards Linux, and bleh. It's just funny because I've never heard of BSD before recently. Linux gets all the buzz as the major alternative to Windows and Mac OS.
User avatar
Drooling Iguana
Sith Marauder
Posts: 4975
Joined: 2003-05-13 01:07am
Location: Sector ZZ9 Plural Z Alpha

Post by Drooling Iguana »

I ran OS/2 as my main OS for quite a while, and still feel a bit of nostalgic attachment toward it. It's really showing its age and there was never a whole lot of software for it, but it's still fun to play around with from time to time. Plus you can run Galactic Civilisations in its original form.
Image
"Stop! No one can survive these deadly rays!"
"These deadly rays will be your death!"
- Thor and Akton, Starcrash

"Before man reaches the moon your mail will be delivered within hours from New York to California, to England, to India or to Australia by guided missiles.... We stand on the threshold of rocket mail."
- Arthur Summerfield, US Postmaster General 1953 - 1961
RThurmont
Jedi Master
Posts: 1243
Joined: 2005-07-09 01:58pm
Location: Desperately trying to find a local restaurant that serves foie gras.

Post by RThurmont »

Unfortunately, Stardock no longer appears to sell GalCiv or GalCiv2 for OS/2, or else I'd buy it, and enjoy it with relish...

Interestingly enough, though, GNOME's internals, from what I've read, are inspired by those of the Amiga-derived WPS.
"Here's a nickel, kid. Get yourself a better computer."
User avatar
Lord MJ
Jedi Council Member
Posts: 1562
Joined: 2002-07-07 07:40pm
Contact:

Post by Lord MJ »

AmigaOS...

Never used it, but looking at screenshots, I think, man why did this not become a major os...
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

Lord MJ wrote:AmigaOS...

Never used it, but looking at screenshots, I think, man why did this not become a major os...
Commodore was incompetent.
Post Reply