Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Apple Businesses

Benjamin Herrenschmidt On PPC/Linux, Apple and OSS 167

MacBoy writes "The folks over at ResExcellence have a great interview with Benjamin Herrenschmidt, kernel guru for the PPC/Linux camp. He offers up some history of Linux on Apple and PPC hardware, and some discussion on Apple's current and past contributions to the open-source and Linux communities. He makes some interesting comparisons of Linux on PPC vs. Intel hardware, such as the ease of getting important patches into the kernel on PPC compared to Intel. It's an interesting read, especially if you are amoung the many who covet the new Dual-CPU GHz G4 Macs and want to know a little more about the PPC/Linux community."
This discussion has been archived. No new comments can be posted.

Benjamin Herrenschmidt On PPC/Linux, Apple and OSS

Comments Filter:
  • Question: (Score:4, Interesting)

    by Exmet Paff Daxx ( 535601 ) on Saturday February 02, 2002 @01:17AM (#2940971) Homepage Journal
    PPC/Linux seems like an ambitious and technically interesting project, no doubt. Personally, though, I don't seem to understand the purpose. MacOs X is based on BSD, so you get all the nice Unix-like server features... and a decent GUI, something that Linux has never had. Are there some other advantages of Linux/PPC that I'm missing?
    • Re:Question: (Score:1, Informative)

      by Anonymous Coward
      Unlike MacOS X, Linux does not require a terabyte of RAM and SMP G4s.

      Seriously though - Linux is great for older Macs, but there's little reason to go with Linux on a newer Mac.
    • Re:Question: (Score:4, Interesting)

      by Anonymous Coward on Saturday February 02, 2002 @01:38AM (#2941036)
      I have to admit that I wonder the same thing.

      A few years ago, running Linux on a Mac made sense -- MacOS and Linux are, to say the least, very different, and there are some real advantages to running Linux (e.g. turn a Mac into a firewall, web server, etc.). Heck, long ago I used to run A/UX, and more recently Yellow Dog Linux.

      But these days, MacOS X has everything LinuxPPC has, pretty much. It's open source, BSD is at least as nice as Linux, the Mach kernel is cool, and pretty much any application for Linux will run on MacOS X. So I don't see why anyone would run LinuxPPC instead of MacOS X (or even just Darwin, if you don't like the proprietary layers on top). Admittedly the filesystem in MacOS X is arranged a little differently from a standard Linux setup, but that's hardly cause for switching operating systems.

      So I am curious -- why do people pick LinuxPPC over Darwin or MacOS X?
      • A couple of reasons. (Score:5, Interesting)

        by dmaxwell ( 43234 ) on Saturday February 02, 2002 @11:35AM (#2941824)
        Linux is often faster. Just like Intel Linux, it's possible to create a custom stripped down desktop with no fat. I've become accustomed to how things work on my Intel Linux machines and like having almost the same environment on my Pismo Powerbook. I also prefer the GNU utilities over the BSD ones (flame away...it's just a preference...get over it).

        OSX is also next to useless on older hardware. We use 233Mhz Beige G3 desktop as an internal server. It's running ssh, Apache-SSL, NTP, mySQL, Apache, and Netatalk. The Apache/mySQL setup powers our troubleticket/inventory system. The Netatalk/Samba combo makes files available to both Mac and Windows clients. It does all of this with very acceptable speed and reliablity. The machine has zero need for a GUI...and doesn't have one. I suppose I could use Darwin but the machine wouldn't do it's work any better and I would have to mess with fussy ports of the daemons. It has full apt-get goodness....I forgot to mention that it is dead easy to admin.

        So yeah, there are valid reasons to use Linux on PPC hardware.
        • I remember in '96 everybody telling me how slow Linux was on the Mac. Of course, that's because MkLinux was all that we knew about.

          Native Linux is almost certainly faster than Darwin, a BSD system hosted on the Mach Subsystem. It would be interesting, and possibly valuable to see a proper and thorough attempt at comparing performance of MkLinux vs Darwin. (It seems that MkLinux is only available with Kernel 2.2, though somebody hacked a 2.4 version.)

          This might also reveal issues relating to Mach that are distinct from LinuxPPC or NetBSD, which would also make good data points. If time weren't an issue, OpenBSD, Debian and the other Linux Distros would be nice too.

          A less technical but still valid issue is that of supporting Free Software. While Darwin is Open Source, it is not "Free", so it is less than ideal for development unless you are specifically targeting Mac OS X. While Linux and the GPL mean that you are forced to support the Free Foftware community if you distribute a derived product, the APSL effectively makes you an unpaid Apple developer, supporting the Apple community, whom in most cases already bought their support from Apple Computer Corp. If you ever tried to made your derived product commercial, you would have to take great pains not to attract the Ire of the big Apple, or your license might be pulled out from under you, and they would have full rights to your product to boot.

          Don't get me wrong; I would love to run Mac OS X, but I am not yet ready for the prerequisite hardware investment, my 604 still works. Unless I am trying to hack OS 10 support for my "Mac" (clone), I would not use Darwin as a platform for development without remuneration, preferably from Apple. If I were _really_ determined and talented, I might even attempt to add Darwin interfaces to a Free Software system like NetBSD. (Not that I could... but for the sake of curiosity, does anybody know if Mac OS X makes direct use of the Mach subsystem?)

          Of course, the moral issues are more substantial than any technical reasons, right? Theoretically, all technical issues are solved over time. But at the moment, Linux is much better for interoperability, especially in the department of mounting non-native filesystems. Darwin, and AFAIK all of the Free Software BSDs have a paucity of available filesystem drivers.(FFS[nee UFS], Ext2[non-anynchrounously], cdromfs[iso9660], msdos[FAT], LFS[Log structured], and FFS+softupdates) Darwin might only support UFS(really FFS?), HFS+ and cdromfs.

          Just to play the devils advocate, Darwin isn't without merit. Debian is dead easy to admin once you know the Debian tools, but before that it might as well be Slackware. Darwin has NetInfo, which is supposed to be very easy to use for administration, and a very powerful centralized tool which may be less of a learning curve than Debian. It is supposed to respect standard /etc files as well. Also, the Fink project has ported Apt and "dpkg" to Darwin, for your apt-get goodness needs. The best reason, which admittedly invalidates my last point, is that Darwin comes pre-installed. While this may not seem like that big of an issue for many slashdotters, I find that repartitioninging a Mac is not as easy as the standard Windows based PC:
          You must be aware of the various system related partitions; pdisk is not as pleasant as cfdisk or even fdisk; there is no lossless repartitioning utility like Partition Magic or even FIPS - you must use a defragmenter to clear a contiguous area from the end of the partiton, alter the partiton table, then repair the "resized" filesystem. The best answer is usually just to buy another hard drive, or just the extant Darwin.

          Oh yeah, MOL (Mac On Linux) is worth considering if your Mac (clone) isn't up to running Mac OS X. Does anybody know what ever happened to Sheepshaver? It runs Mac OS under BeOS, and was supposedly ported to LinuxPPC.

          -castlan
      • The reason is in stability and support.

        Mac OS X is not Mac OSv = 9.x, And Apple is just a couple of years with Mac OS X, various hardware support is just coming, be parient. Thus Apple's experience with Mac OS X is close to zero. A lot of intersting (and sad) surpises are just ahead.

        The other point is in Apple's experience of Mac OS v = 9.x, which is the worst - bad system design (can you call that as a system at all?), very unstable, weak support of their own hardware platdform (heh, was it too hard to support the only platform?). M$'s quality is much better if you keep in mind that they support much broader base of hardware devices (how many competitors on the market of x86 motherboars and PCI/ISA cards?). And Linux was grown in the same "zoo" environment. Even more - Linux supports not only x86. I belive Linux even stronger in "zoo" support than BSD, especcially of non-server, mostly desktop-orineted.hardware, like firewire or scanning.

        The reallity tells that Apple is good to bring RISC to the world of PCs - their hardware is worthy of the price. I can not tell it about their system software. Apple as a software company doesn't know how design/plan/control the quality of software. At least of system software.

        At some point Apple realized the own failure and asked for the support from BSD community. Why BSD? Why not Linux? It's simple - they afraid Linux.as a competitor. BSD never directed to the desktop. But Linux did.

        Finally, the choice between Mac OS X and Linux/PPC would driven more by the list of ported software, You need commercial packages ported for Mac OS X - boot Mac OS X. You need mostly Linux software - you welcome. However today i would not recommend to forget about stability. And with all other equal preferences today's choice choice is for Linux/PPC.
        • Just to defend against your attacks on the character of Mac OS/System x... I do not see how you can question its validity as "a system at all." The irony of your stance is especially poignant when you consider the famous debate between Linus and Tannenbaum, who similarly argued that Linux is a bad system design." The point here is that both Linux and Mac System x are Monolithic, as opposed to the Microkernels that Tannenbaum and the academic community supported.

          Bear with me on this next point for a moment, if you will. Classic Mac OS, like Linux, tend to be stable systems in general, but due to their monolithic nature, they are can only be as stable as their weakest link. Early Macintoshes were very stable, but they were closed systems. They were very good PCs for their time, but what you call bad system design might better be considered eggregious hacks to support an archaic system. In the long run they hurt the Mac OS, but the useful life of Macintoshes were far greater than Intel peers. Nevermind Windows, I know of Macs that were useful (and used) almost as long as Linux has existed.

          The problem is that being a well defined (Mac ROM) and closed system, the Macintosh couldn't really adapt when new ideas in computing were becoming the norm for general consumers. You know, newfangled things like CD-ROMS, 802.2 Ethernet and TCP/IP (for a Personal Computer? No Way!). The crude hack was "extensions", after the fact drivers that played monkey in the middle with the system folders and extended the Mac in ways that it was never designed for. Considering the constraints they placed on themselves, Apple did a fine job, and Macintoshes outlasted generations of Intel PCs, up utill about the time Windows 95 brought half decent attempts at memory protection and a WIMP GUI, finally making 68K Macs less than viable as a primary computer.

          As for Apple having almost no experience with OS X, I have to strongly disagree. Apple was founded by Steve Jobs. Steve Jobs founded NeXT, and NextStep was a stable Unix longer than Linux existed. Steve Jobs is back at Apple, and he brought his Unix with him. Just about all of Mac OS X technologies are stable and well understood systems, from the Mach Microkernel foundation, the BSD based single server and Unix Security model, the Free/NetBSD userland, the Carbon MacOS toolkit, the Mach-o binary, ObjectiveC source, up to the DisplayPDF GUI descended from the NeXT DisplayPostScript system.

          Apple hardly had "weak support of their own hardware platform". Rather, their support was so solid, that such concepts of "plug and play" weren't even an issue, that was and still is an Ideal that Microsoft aspired to reach, as all hardware supported by Apple was seamless if you could manage to keep SCSI IDs unique - can you count to 6? Unfortunately, 3rd party hardware, and lazy non-Apple software started to require Extensions to be functional, and that is the straw that broke the camel's back. This is the strongest concrete argument against binary only drivers for Linux... in a mololithic system, drivers step on each others' toes, and instability results. If all Linux drivers were only .o binaries, then Linux would be an unworkable sytem - recompilation is the only saving grace of Linux... the GPL is essential to the survival of Linux in a dynamic hardware platform.

          As for MS's quality... is it better or isn't it? If my graphics card is poorly "supported", then the fact that "they support a much broader base of hardware devices" is meaningless. Either the hardware you need is supported, or it isn't. PCI is an open standard, and not x86 specific in any way. NuBus devices tended to be more expensive than ISA, but were far better supported (i.e. What is an IRQ? Eeew, why?) The Linux "zoo" environment consisted of Linus' PC. Early users added support for their PCs. This eventually added up to a very populated zoo, but by sheer number of interested users (those frustrated by AST's lack of public leadership for a Free Minix.). This eventually built up a large base of hardware support, but not in the way that you seemed to imply with your zoo metaphor - for the longest time, weak hardware support was considered a very significant Linux flaw. Commercial companies tend not to have individual systems that they can use as a target to port to... they rather port to a class of systems, which seems to be what you refer to with your "zoo" analogy. In this aspect, BSD is much stronger in "zoo" support, as embodied by NetBSD. NetBSD is designed to be very portable, and that is maintained... once hardware is supported for any of the large stable of NetBSD platforms, is it usually supported for all NetBSD platforms. Even in desktop-oriented hardware - NetBSD was the first Free OS supporting USB for eample.

          That is not to say that Microsoft is necessarily bad with system design. Windows NT was a very good design, a MicroKernel that IIRC was written on MIPS hardware and then ported to IA-32, just to prove its portability. When NT supports hardware, I have found that the support is usually quite robust. Unfortunately, if graphics hardware support is at all flaky, then the system suffers. As NT is a thorougly graphical platform, MS chose to integrate the Graphics subsystem into the kernel level for performance reasons. This defeats most of the advantages to a microkernel based design. They have also discontinues support for non Intel platforms, which was another Win for Win NT. While these decisions don't significantly impact marketshare, they have severely hurt the integrity of the system. Similarly, Mac OS X and Darwin are based on the Mach MicroKernel, but only implemented as a single server, which is effectively just a monolithic kernel with message passing overhead. And while Mac OS X is limited to PPC hardware, there is at least the potential for Darwin to run on other Mach supported Platforms, especially IA-32.

          As for Apple and RISC... the PPC is arguably the weaskest implementation of RISC. More significantly, the point is moot - The RISC/CISC argument is archaic in the face of superscalar architectures. Curent Intel processors don't use the X86 instructions internally, they run microcode similar to RISC style instructions. And the G4 with Altivec is very un-RISC-like. Apple has positioned itself as a hardware company, but their software was always what made their systems valuable. Just because the Mac OS was designed as a single-threaded single-user OS doesn't mean it was a poorly designed system. Remember that it was a full windowing system when Bill Gates was advocating the 640KiB ceiling. Unix running X11 was not feasible without a massive cash investment, and if you had massive cash, you could have bought an Apple Lisa. The Apple Lisa was designed as a multitasking OS from the start, but it was too pricy to have any commercial succes, so Apple pared back the design to create the original Macintosh. In the 80's the limit was not software design but production costs.

          Wow, it really looks like I an against every single paragraph you wrote, but at this point I might as well go for broke! Apple realised that their hack upon hack of cutting edge early 80's PC design was unmaintainable, so they tried to maintain backwards compatibility while integrating technology that had become more readily available. You say that they were afraid of Linux as a competetor, but it sems that you are forgetting about their previous Unix on Mach, MkLinux. They didn't fear Linux as a competetor, they actually allocated significant resources into Linux on Mac development for a few years, before BSD was even considered. The issue had nothing to do with any of your imagined "desktop dominance" by Linux, but with the GNU GPL. BSD wasn't chosen so much as NeXTStep. BSD happened to be a foundation for that platform, but more importantly, NeXT BSD was hosted on Mach, so that the MkLinux development effort wasn't a complete loss, they recovered much of the Mach related work. After purchasing NeXT wholesale, they leveraged the Linux inspired hype of "Open Source" without the cost of truly embracing Free Software with their APSL. Marketing Genious building upon many years of Next's technical wizardry.

          Your last paragraph missed the point of Linux. It is just an implementaion of POSIX standards. Especially with Open Source and Free Software, anything that runs on Linux runs on Mac OS X by virtue of the POSIX compliance in BSD as well. The only exception is the few binary-only applications which run on Linux while running against the Free Software spirit of Linux. In contrast, in addition to Free GNU software, Mac OS X draws on the large base of existing NeXTStep/OpenStep software and Mac OS software. If Darwin runs on your Mac, then RAM seems to be the only limit or OS X running on your Mac as well. If Mac OS X won't run on your Mac, then LinuxPPC or MkLinux are fine choices. But despite my preference for Free Software, I have to admit that if you can run Mac OS X, then it currently beats Linux hands-down.
    • Hordes of teenage fanatics frothing at the mouth.

    • Re:Question: (Score:5, Informative)

      by acordes ( 69618 ) on Saturday February 02, 2002 @01:50AM (#2941065)
      People forget that the vast majority of the installed base of PowerPC chips is in embedded systems. Apple is a relatively small buyer of PowerPC chips. Linux is a great product for purposes such as those.

      • An apparent example of this is TiVo [tivo.com].

        Well, maybe not everyone already knew that TiVO uses a PPC even though you did, wise guy. But this does beg the question: if TiVO already uses PPC, why don't they just use Darwin? Wouldn't that mean that they could pick up some advantages, like Quick Time Streaming Server and robust Firewire support? (Forgive if Firewire is already robustly supported in Linux; that's not a troll, just ignorance.)

        Matter of fact, there would be some interesting possibilities in a TiVO/Apple convergence...
    • How about speed? Linux uses a monolithic kernel while OS X uses a microkernel, and we all know monolithic kernels are MUCH faster than microkernels. Even old outdated Linux kernels outperform brand new builds of OS X as a webserver and at other important tasks which is what OS X is really geared at doing. OS X can however be modified by optimizing device drivers but do you really want to spend all that time? Linux is fast right out of the box. I don't have to mention the GUI do I. Apple's is terribly slow and most of it is in fact useless.

      How about system requirements. Linux needs very little to run while OS X needs 128 MB RAM min. Linux can run on old macs while OS X cannot (without being hacked).

      How about price. Linux is free while OS X is not. OS X costs $129.00 at the Apple store. [apple.com]

      How about for the advanced user. OS X hides many admin tools deep in the GUI while Linux does not. OS X is built for newbies while Linux is built partly for both advanced and newbies.

      Apple should have built OS X off of Linux if they were smart. It is better in many ways than Darwin/Mach.
      • Re:Question: (Score:4, Insightful)

        by MaxVlast ( 103795 ) <maximNO@SPAMsla.to> on Saturday February 02, 2002 @01:57AM (#2941078) Homepage
        Umm, have you ever used it?

        > I don't have to mention the GUI do I. Apple's is
        > terribly slow and most of it is in fact useless.

        That's just from outer space. It can get bogged down, sometimes, but it remains extremely peppy and always responsive on my G4 400.

        > OS X costs $129.00

        And it's a bargain for that.

        > OS X hides many admin tools deep in the GUI

        Care to name one? The applications are in /Applications. The admin tools are in /Applications/Utilities. If that's deep, you need to stick to MS Bob.

        > Apple should have built OS X off of Linux if they were smart

        Or, they could have stuck with the system that the OS was developed on, the development environment that everything is targeted for, and the environment that they retain complete control of (and doesn't come with thousands of screaming teenagers.)
      • > Apple should have built OS X off of Linux if they were smart. It is better in many ways than Darwin/Mach. and hereby put it under GPL? so we would have been able to port it toward x86 platform? are you serious? do you really think apple was looking for become a software house? and then shutdown because of lack of incomes? (I'm sorry for my english)
      • Re:Question: (Score:5, Insightful)

        by Bodrius ( 191265 ) on Saturday February 02, 2002 @07:36AM (#2941396) Homepage
        I'm no Apple user, but I had the chance to play a bit with Macs for some weeks and I'm afraid you're dead wrong.

        I'm sure Linux is faster than OS-X for some tasks. Probably a lot of them, actually. But are those the tasks OS-X is geared to?

        A web-server? What do you need a GUI and Aqua for in a pure web-server? You don't put KDE and GLTron on your Linux webserver, do you? OSX without Aqua is not OSX, it's Darwin.

        OS-X is a desktop-geared operating system. It's made for interactive use, to play with Photoshop, 3D animation, movie editing, software development and whatever the user happens to require. It contains a web-server (and all the other servers) because it's useful for the user/developer. The user wants to see his personal webpage at once. The developer wants to code and deploy.

        System requirements? Can I run KDE/GNOME on "very little memory" anymore than I can run Aqua? I don't think so. I tried a couple of times, and I feel stupid for trying. Linux can survive in very little memory just like Darwin can, but Linux-OSX is no valid comparison.

        I don't understand either what you're saying about admin tools deep in the GUI. The shell is right there, waiting to be used as always and with all the tools one needs. So are their GUI front-ends, which I never had problems to find as a non-Mac user, and which are much simpler and convenient (the whole point of the GUI front-end) than any I have seen in Linux.

        What does Linux offer in advantage to the GUI's organization in OSX? Are you talking about KDE, or GNOME, or something else, any of which you could install over Darwin (if they can be installed in LinuxPPC)?

        Apple's GUI is not so slow these days (maybe it was in 10.0). At least it didn't seem to me when I used it, and it's not like I had the time to "get used to it". Not as responsive as my Win box, but much more responsive than my Linux with XFree. Useless? If you mean the pretty effects, transparency, etc... sure, but it's part of the Mac style. Aesthetics matter. If they didn't, you probably wouldn't be buying a Mac.

        Price? For a competent, fully-functional, user-friendly desktop system based on Unix? I would prefer free, of course, but if I were willing to pay for the Mac I'd pretty much buy the OS-X no questions asked. But of course, that's included in the price of the Mac.

        Apple did the smart thing using BSD/NextStep. Even if they didn't consider it a superior, more robust Unix as they said, it lets them avoid the politics that surround Linux. Just not having to deal with all the license zealotry and "Linux is always better" chanting is worth the price.
        • As a group, BSD advocates are no more immune to licence zealotry and fanboyism than Linuxers. Anybody remember the picture of the Daemon doing Tux up the butt? How about the tiff the pf author got into with Theo and let's not forget his special "no GPL" license. I've also seen lots of BSD advocates get horked off over GPL forks of BSD code yet be delighted over proprietary forks. I even sometimes wonder if the entire universe would go up in a flash of gamma rays if Brett Glass were to ever shake hands with Richard Stallman.

          If every instance of BSD and Linux were exchanged in your post it wouldn't come off any differently.
        • by jtdubs ( 61885 ) on Saturday February 02, 2002 @04:31PM (#2943042)
          The funny part is thus:

          Scenario:

          Pretend that OS X and linux are functionally equivalent. All of a sudden linux introduces accelerated support for alpha blending and better looking fonts and a beautiful animated GUI that blows OS X out of the water.

          Linux communities response:

          Woohoo! We are so much more l33t and advanced than OS X. Our fonts are better and everything is animated and pretty. We win!

          Scenario:

          Pretend that OS X and linux are functionally equivalent. All of a sudden OS Xintroduces accelerated support for alpha blending and better looking fonts and a beautiful animated GUI that blows linux out of the water.

          Linux communities response:

          Stupid Macs are so slow now. So they are pretty, but all those features are really worthless and just suck up RAM. The GUI just hides you from the command line, the fonts are just way to easy to read and take the challenge out of using unix, and the alpha blending is just a way to force me into buying more expensive hardware just to get the GUI to be responsive.

          Justin Dubs
          • Well said sir. Now prepare to be modded down by the hordes of jealous Linux users that have not yet awaken at this early 3:57pm CST hour on a Saturday afternoon. :)

      • Re:Question: (Score:4, Insightful)

        by MouseR ( 3264 ) on Saturday February 02, 2002 @11:43AM (#2941854) Homepage
        How about price. Linux is free while OS X is not. OS X costs $129.00 at the Apple store.

        How much would you pay to get ProjectBuilder and InterfaceBuilder for Linux?

        We get 'em for free with Mac OS X, and also get a copy of Mac OS 9.2 for free.

        Oh sure, rant as much about OS 9. How often do you have to boot in Windows to do something (your favorite game, or perhaps Word).

        So, see it this way: for 130$, you get 4 distros:
        1. Darwin,

        2. Mac OS X (Quarts etc)
          Incredible dev tools
          Mac OS 9


        I say that's pretty good value for the buck. (Besides, if you buy a new machine, you get all that anyhow).
      • Re:Question: (Score:4, Informative)

        by Fweeky ( 41046 ) on Saturday February 02, 2002 @04:22PM (#2942974) Homepage
        > we all know monolithic kernels are MUCH faster than microkernels

        Not really. A bit of extra message passing doesn't make for a hugely slower system. On the other hand, you get a smaller, neater, and above all, more modular system.

        > I don't have to mention the GUI do I. Apple's is terribly slow and most of it is in fact useless.

        Right, and Linux is overflowing with kickass GUI's and reliable, well designed system configuration tools that don't mess up your configs.

        > How about system requirements. Linux needs very little to run while OS X needs 128 MB RAM min

        Don't forget to add the cost of XFree86 and Gnome/KDE to your "very little", and don't go skimping into swap-hell, since this is aimed at desktop/workstation type environments.

        > How about price. Linux is free while OS X is not. OS X costs $129.00 at the Apple store.

        Add to the cost of Linux books, time you spend working things out, trying out and breaking various dist's. Apple target people who just want to Get Things Done - the real cost of learning and getting used to Linux is very high for such people.

        > Apple should have built OS X off of Linux if they were smart.

        Why would they want to use a big-ass barely designed kernel they can't even touch without having to hire teams of lawyers and beg their coders to be careful to stop their code being automatically GPL'd? What's so good about Linux that makes it so much better despite it's shortcomings?
        • Don't forget to add the cost of XFree86 and Gnome/KDE to your "very little", and don't go skimping into swap-hell, since this is aimed at desktop/workstation type environments.

          Nothing against OSX, but in all honesty even a fully loaded Linux desktop will take less RAM than OSX. I'm running a fully loaded KDE right now, with Mozilla (rumor says it's bloated), StarOffice 6.0, and Kmail, and my used (not cache) memory is only at 64MB. Note that only KDE and Kmail share many libraries.

          I don't know where people get this idea that you need a ton of memory to run these programs. Granted, 128MB is little on the high side if you're talking real low end, but these are desktop workstations, as you said. OSX requires that 128 at a bare minimum, and even that maxed out when I was using 10.0 (don't know if they decreased the RAM requirements as of 10.1, but I doubt it). Linux apps just don't take as much memory as people say. KDE gets you a solid UI with a lot of bells and whistles for relatively low memory cost. Plus, the inclined desktop user could simply run fluxbox or twm, which isn't possible without Darwin, in which case you can't easily switch to Aqua. OSX is great, but Linux has its advantages too.
          • Are you comparing Linux/PPC with OS X?

            Being RISC, the PPC tends to result in much bigger executables than x86 code, with a comparative increase in memory requirements. Factor in a bloat factor of 1.5-2, and 128MB looks rather more reasonable.

            Anyway, Memory is Cheap These Days[tm].
            • No, I am only comparing the x86 versions, but I don't really imagine that the linux apps will take up that much more room on PPC. And you're right, 128 MB is very reasonable for a system like OSX, but I just think it's strange how everyone says Linux apps are getting so bloated when I can run a very comfy desktop environment with massive apps in the same or less memory space.
    • by raulmazda ( 87 ) <adam@laz[ ]org ['ur.' in gap]> on Saturday February 02, 2002 @01:53AM (#2941069)
      Aside from all of the other reasons, OS X is a dog in comparison with Linux.

      The lmbench numbers show that linux is significantly faster for certain operations. I have a copy of the results that I pointed to in an old post [slashdot.org] over here [clustermonkey.org]. Linux spanks OS X. It's a reason.

      Other reasons include access to all of the source of your OS and better support for certain things (pcmcia 802.11b card support? Better filesystems. More software already working).

      I personally run Debian on my laptop 99% of the time because my environment is the same everywhere, and apt-get kicks ass (fink on OS X is cool, but there isn't as much stuff available).

      • Other reasons include access to all of the source of your OS and better support for certain things (pcmcia 802.11b card support? Better filesystems. More software already working)

        Er, you do know you get the source code for everything that doesn't have a GUI, or isn't actually the rendering system, don't you? That includes device drivers (other then the displays). So you can put in support for better filesystems if you like (FFS+checkpoints anyone?), or PCMCIA 802.11 (I think Cisco and Oranoco are available).

        I personally run Debian on my laptop 99% of the time because my environment is the same everywhere

        That sounds like a pretty good reason to run something other then OSX...

    • Re:Question: (Score:2, Informative)

      by owenc ( 255848 )
      two reasons: linux has virtual consoles, darwin doesn't (for now), and because you can.
    • There are some reasons to prefer LinuxPPC for development, or at least to have it as an alternative. For instance, Perl/Tk is broken on MacOS X, and Fox isn't available.

      It's interesting that the article claims better peripheral support in LinuxPPC. I don't know what their data are to support this, but it's certainly true that peripheral support is a huge problem for MacOS X.

      Other than that, I don't see a lot of good reasons to mess with LinuxPPC. People are posting saying MacOS X is slow, but I think it would be more accurate to say that certain parts of MacOS X are slow, e.g. Sherlock. But so what? Just use ``locate'' instead of Sherlock.

      As far as open-source application software, I find it easy enough to use X Windows when I need to run GIMP or whatever. Why bother with a dual-boot system?

    • Re:Question: (Score:3, Insightful)

      by Lars T. ( 470328 )
      Let's ignore that not even all Macs can run OS X, here's a quote from the interview:

      "The PPC tree has it's own complexities, mostly because we have to deal with a large set of very different machines and CPUs. From the PowerMacs, PRePs & CHRP, the 4xx and 8xx based embedded platforms, and even IBM pSeries and iSeries servers."

      • Let's ignore that not even all Macs can run OS X, here's a quote from the interview:

        "The PPC tree has it's own complexities, mostly because we have to deal with a large set of very different machines and CPUs. From the PowerMacs, PRePs & CHRP, the 4xx and 8xx based embedded platforms, and even IBM pSeries and iSeries servers."


        Just to clarify: There are indeed many Macs that can't run OS X but that quote is irrelevant to that point as he covers all Macs with the "PowerMacs" designation. All the rest are embedded platforms that have nothing at all to do with Macintosh. (Excepting, of course, a few 5+ year-old clones that might fall in the "PRePs" and "CHRP" classifications.)
        • The Question was: Why LinuxPPC, when there is OS X.

          Well, apart from the new PowerPC Open Platform Motherboards [slashdot.org] - which are basically CHRP warmed over, the IBM pSeries and iSeries servers are hardly embedded platforms. So there are still real, new (as opposed to old or embedded) computers that can not run OS X.

          • Point well taken -- LinuxPPC is still quite important in many places (and I had forgotten about the new PPC Open mobos when I posted).

            However, my specific contention was with the previous poster implying that the quote in question backed up his assertion that many Macs can't run OS X, when, in fact, only one group listed in the quote, PowerMacs, have anything to do with Macintosh.

            Cheers
            • Well, I was the previous poster, and I never implied that the quote backed up that not all Macs can run OS X, instead i said to ignore OS X for a while and focus on the fact that PPC Linux also runs on non Macs (on which OS X probably never will, so it can't be better on them). Got that?
    • I would just like to add that I don't see the point either. Why bother buying Mac hardware if you don't want to run MacOS?

      If you want non-Intel box to use exclusively for running UNIX apps, you'd be better off with something like a Sun Blade 100 [sun.com]. A 500MHz UltraSPARC system that costs less than most decent Macs and PCs. And it comes with UNIX (Solaris) factory-installed. If you really don't like Solaris, you can install Linux for SPARC [ultralinux.org] on it.

      • Linux PPC is aimed at people who already have Macs, and want to do something interesting with them. An ancient power mac could easily become a decent file server or router, something it could never do running classic Mac OS. Keep in mind you need a Mac less than 2 years old to run OS X well. Or maybe you are just fed it up with Apple's OS, but like the hardware.
    • I am a kayak designer. I want to be able scan in the lines of a Inuit kayak, bring the lines into a CAD package to create a 3D surface model, calculate the hydrostatic properties. Then modify the design to suit modern paddlers. Convert the design into lines from which I can build the boat. Create drawings so I can sell the plans to others. Make renderings of the design to put in my catalog. Take pictures of the finished boat to add to the catalog. Lay out those pictures and drawings in a catalog and send the results to a printer. This is the kind of stuff real people do with computers.

      What is it about accesss to lower level operating system procedures that I should care about?

      I can see where if you are running a server that a decent GUI is pretty irrelevant, but most people don't operate servers. There seems to be a feeling in the unix user community that if you can't cluster or if the server capacity is even slightly degraded that the computer isn't worth a damn.

      If there is ever a time when there are more servers than there a people who actually access those servers for real world applications, the computer industry will die.

      The continued growth of the computer industry depends on getting computers into the hands of the mass market. As it stands now even a Mac is too complicated to use for most people. The goal of computer scientists should be to make the computer easier to use, not more powerful as a server.

      The Macintosh is designed for people who's job is something other than using a computer. They are a tool for people doing other things. A cake mixer is not a tool for furthing the manufacture of cake mixers, it is for someone who wants to make cakes and is designed accordingly. The same should apply to computers. The real use of computers, is to do non-computer related work. This is what the Mac is good at.

      Linux people seem to be in the business of designing a better milling machine just so they can make a better milling machine. They don't seem to consider what is going to be made with that machine when it is made perfect.

      Linux sounds great if you want to make a better computer for running a better version of Linux, but what exactly is Linux trying to do that matters to anyone who wants to do something else entirely?

    • "Are there some other advantages of Linux/PPC that I'm missing?"

      Yes. Linux is Free software. Free as in, "Give me liberty or give me death." Free as in, this is ours and nobody can ever take it away. Mac OS X is not. Darwin is not.
  • by UnknownSoldier ( 67820 ) on Saturday February 02, 2002 @01:31AM (#2941016)
    I was going to ask if anyone has Linux running on the new dual G4's, but then I found this cool link

    http://linuxppc.org/hardware/dualg4/ [linuxppc.org]

    Anyone have benchmarks (under Linux) for the dual G4's and corresponding PCs for:
    - compiling the kernal
    - GIMP
    - Quake1/2 benchmarks

    I'd love to get the "other endian machine" and compile some game code on it. Anyone have any recommendations? How did id do the Quake3 port to Macs ?

    "PC Expert - Mac newbie"
    • I'd love to get the "other endian machine" and compile some game code on it. Anyone have any recommendations? How did id do the Quake3 port to Macs ?

      I ported Doom to the Mac about a year ago, and let me tell you - endianness is a bitch to debug. There is no easy way to do it other than running the game until it crashes, then stepping through the suspect functions until you find the culprit.

      It was probably a little easier for id, seeing as how they wrote Quake3 themselves with cross-platform compatibility in mind.

      • I develop network protocol stack code for a living.

        Endinanness isn't entirely trial and error. The big deal is that you must explicitly convert any value that you read from an external source (a network socket or a data file that may be read by a different implementation.) Similar conversions must be done whenever you write data to such an external destination.

        The biggest problem you find when porting code that wasn't designed for portability is people who decide to read a block of bytes from a file/socket and then cast a struct pointer onto it. This is inherently evil. It only works if the endinanness matches, and the compiler pads the struct identically to the external source.

        The solution is to parse the buffer byte-by-byte, arithmetically combine the bytes into their integer values, and then assign them into a struct. For instance, if I have code that is trying to read a 2-byte integer, followed by three 3-byte integers (ignoring possible I/O errors, for simplicity), this would be a bad and non-portable implementation:

        typedef struct foo
        {
        short a;
        longb[3];
        } foo;

        foo*fooptr;
        charbuffer[14];

        read(fd, buffer, 14);
        fooptr = (foo *)buffer;
        ...

        The above code assumes that the size of long and short will be exactly 4- and 2-bytes, respectively. It assumes that the integer representation matches that of the data stream. And it assumes that the compiler not insert any padding between the structure members.

        Using the same struct, this code would be portable across all platforms (assuming that the data is big-endian format. If the data is little-endian, the solution is left as an exercise for the reader):

        foofoobuffer;
        char buffer[14];

        read(fd, buffer, 14);
        foobuffer.a = (buffer[0] << 8) | buffer[1];
        foobuffer.b[0] = (buffer[2] << 24) | (buffer[3] << 16) | (buffer[4] << 8) | buffer[5];
        foobuffer.b[1] = (buffer[6] << 24) | (buffer[7] << 16) | (buffer[8] << 8) | buffer[9];
        foobuffer.b[2] = (buffer[10] << 24) | (buffer[11] << 16) | (buffer[12] << 8) | buffer[13];
        ...

        It's a bit more tedious to write and read, but it will work on all platforms, regardless of the internal representation of integers and structs. It will even work if the internal size of short and long variables is longer than the usual 16- and 32-bits (which is legal according to ANSI-C). And the ugliness can be mostly avoided through use of macros (or inline functions, if you prefer.)

        If your data format consists entirely of big-endian integers of 16- and 32-bit sizes, you can also use the system-provided ntohs(), htons(), ntohl(), and htonl() functions. If your data is little-endian format, or some other format, then you obviously must roll your own converters.

        • Strange, no mention of simply fixing the struct definition to instead use types from include/linux/asm/types.h (or equivalent) of arch-dependent "short" and "long", appropiate use of __BIG_ENDIAN et al in ordering the fields, and qualifying with __attribute((packed)).

          Also, the macros in include/linux/byteorder/*.h handle data of both endianness (and provides the more limited ntohl() quartet).
  • The article (Score:2, Redundant)

    by theNeophile ( 238938 )
    Sence the site seems /.ed; Here's the article:

    An Interview with Benjamin Herrenschmidt, PPC/Kernel Hacker.
    by Michael Coyle

    In the early days of PPC/Linux, it was extremely difficult to boot into the alternative OS. It required a three-finger keyboard command to boot into Open Firmware and then typing several lines of cryptic text.

    Fortunately, thanks to work the of Benjamin Herrenschmidt and his free BootX Control panel, booting Linux in Old World Macs became much easier. It opened Linux to a large number of average Mac users. Today, several years later, BootX has been replaced by yaboot and Ben has moved on to become a major contributor to the PowerPC branch of the Linux kernel. Running Linux on a Powerbook or iBook with support for power management and accelerated graphics wouldn't be possible his efforts.

    Born in Selestat, France twenty-nine years ago, Ben had his first computer at 8 years old (a ZX81) and by the age of 13 he was enrolled in his first "Technology Class". You wouldn't call him the "Teachers Pet", more likely a "Teachers Pest" since the instructor soon asked young Benjamin run the course for him.

    His first exposure to the MacOS came when he ran a Mac emulator on Atari ST and Amiga computers. By college, Ben traded his Amiga computer for his first Mac. At that time, he had no interest in Linux, but enjoyed writing for the lower level bits and bytes. He adds,

    "Unlike many other Linux hackers, Unix is a late discovery for me. After I sold my Amiga, I had the chance to have access to a Mac and started learning MacOS programming. I started doing that professionally after spending a couple of years having fun and drinking beer at the university. I quickly became interested specifically in device drivers and other kind of low level programming, and that's probably what led me to Linux."

    Benjamin installed MkLinux on his Wallstreet PowerBook, but there was no Sleep support at that time. He contacted the maintainer of the PPC branch of the Linux kernel, Paul Mackerras, and asked permission to use his Linux/PPC PMU (Power Management) source code as the basis for an MkLinux version. Ben never finished the MkLinux version, but this introduction to Paul and PPC/Linux led to his switch from MkLinux to the PPC/Linux kernel where he rolled up his sleeves and dug in, fixing whatever low level drivers got in the way of enjoying Linux on his Powerbook. But what let to the development of BootX?

    "At one point, I got fed up of floppy booting and used a code snipped I found on usenet that showed how to switch the CPU into supervisor mode. I used that to write BootX. That's how, slowly, I started using my knowledge of Macs and my MacOS hacking skills to work on improving Linux on Macs. But I've never been a Linux _user_, I'm still learning "newbie" tricks everyday. When it comes to userland, I believe I can't even write moderately complex shell scripts."

    One advantage to being a developer on the PPC code base is how quickly your patches are accepted into the official Linux kernel. In the x86 world, there are substantially more developers trying to get their snippet of code added to the kernel, but in the PowerPC world, the pond is a lot smaller and it's easier to be a "Big Fish". While PPC is a smaller community, it's not limited solely to Apple hardware.

    "The PPC tree has it's own complexities, mostly because we have to deal with a large set of very different machines and CPUs. From the PowerMacs, PRePs & CHRP, the 4xx and 8xx based embedded platforms, and even IBM pSeries and iSeries servers."

    Because the source code is often available for Linux programs, the platform disparity that exists between MacOS and Windows is diminished. If a software developer compiles his project for the x86 architecture, the user of a PPC computer can simply compile the source on his own computer. Unfortunately, their are sometimes problems with the compilation. Are x86 developers reluctant to modify their code to accommodate PPC users, is Linux another OS where PowerPC users are given second class status?

    "Well, except for some rare cases, I've never seen maintainers reluctant to merge in things like endian fixes. It's a bit more difficult when it comes to someone saying, "Hey, add that ugly hack that makes it work for me".

    But Benjamin, do you make money writing Open Source software?

    "So far, all my Linux work has been spare-time volunteer activity. I have a job in a nice small company where I mostly do MacOS software. Our company is evolving though, and we are now working on some embedded systems using Linux/PPC on IBM 405GP CPU. I do it (Linux/PPC Development) for fun and because I learned a lot of things doing it.

    I quite like the concept of Free Software and am happy to put my work under the GPL umbrella. I believe at some point, computer science is like science in general, information and techniques have to be shared to benefit the most people and evolve.

    I also feel these technologies have too important a position in our society, too many things depend on them, to safely leave them in the hands of an opaque monopoly. Free Software (or Open Source in this case) is a kind of guarantee that the technology you rely on can be trusted."

    It seemed Apple would embrace Linux. there was even a ppclinux.apple.com website for awhile, but the site has disappeared as have most mentions of Linux from the Apple site. The boot process for MacOS X seems very similar to what happens in BootX and yaboot for Linux. Did you ever work for Apple? What is your opinion on how they view Linux?

    "I did not work for Apple, but I used to (and still) know some Apple engineers. Apple use to have a "Linux technology manager", but I'm not sure I fully figured out what his role was, but he tried hard to get us hardware specifications (and mostly failed).

    Apple's BootX and Linux BootX are two completely different things. yaboot is similar, but they were developed independently and share no code. There has been no collaboration here.

    It's difficult to decrypt the reasons Apple does things. They didn't open source driver code for some third party hardware, but that is understandable. They might simply not have had the right to do so. Regarding drivers for Apple's own hardware, they did indeed "hide" a couple of them. What comes to my mind right now are the PMU driver (Power Management Unit) and the Firewire controllers driver (OHCI and Lynx chipsets)."

    Still, by making Darwin, the core of MacOS X, more open, Apple must be helping the PPC/Linux group, even if inadvertently.

    "Darwin code has been incredibly useful for some things. There is no documentation on the various Apple chipsets, so we have to "discover" them by either looking at the OF code (Open Firmware), disassembling MacOS bits, or reading Darwin drivers.

    I have not used Darwin as a distro however. I do use MacOS X at work, and I quite like it. I have a machine running Linux 100% of the time, and one running MacOS (9 or X). In fact, I also run MacOS 9 in MacOnLinux on the Linux machine right now to write this email using CTM softwares excellent PowerMail"

    PPC/Linux on a new Ti Powerbook
    (Click for full image in a new window) It's possible Apple no longer actively supports Linux because the OS is multi-platform. In the final analysis, Apple is a hardware company. They leverage the MacOS to move CPUs. Since Linux runs on a variety of platforms, most costing less than Apple's hardware, support from Apple for Linux only increases the probability of migration to the x86 platform.

    Still, it would be a mistake to think PPC/Linux lags behind the MacOS. It has always been fully multi-threaded and preemptive, features lacking in Classic MacOS, and Linux's hardware support exceeds MacOS X is some areas, PCMCIA and printing are two that come to mind.

    Fortunately, the Mac/Linux community has volunteer coders, such as Ben Herrenschmidt, whose efforts keep an inexpensive and open source alternative to the MacOS available on PowerPC hardware.
  • by rana ( 31171 ) on Saturday February 02, 2002 @01:50AM (#2941064)

    Despite the early antagonism between the league for programming freedom and Apple, Macs and Unix went together pretty well. Long before samba, 680X0 Macs were sharing files quite nicely with unix servers. In many disciplines at universities, unix was used for heavy lifting, and macs were used for light word processing and making drawings.

    Linuxppc has benefited from the generally better hardware on the PowerPC (higher quality and reliability, and less diversity). Also, for much of the '90s, the PPC chip was faster for many things than ix86. Recently, I had a 90 MHz powermac running KDE, xemacs, and Netscape without a hitch for months without any hiccups (a little slow but definitely useable). Under MacOS the thing would lock up several times a day. OS X is not an option for these older macs.
    My old Mac died but I hope to get an ibook soon and put Linux on it. By the way, I wish there was something like fips for shrinking Mac partitions for people that want to dual boot.
  • by Jayde Stargunner ( 207280 ) on Saturday February 02, 2002 @02:08AM (#2941094)
    Of course, the long-standing debate between Mac and Windows (I use the term generally) users has been that of their respective platform's performance. Sure, Max users complain that Windows is ugly, Windows user complain that Mac OS doesn't have enough apps...BUT, the big ticket is always when they start comparing Intel (or AMD) processors to their PPC competitors.

    With Linux on both platforms, I would be interested to see some comprehensive real-world benchmarks comparing the two platforms. Really, I'm rather tired of the "Megahertz-myth" PPC touters and the "RISC sucks" x86 campions arguing which is better without any solid numbers.

    -Jayde
    • I would be interested to see some comprehensive real-world benchmarks comparing the two platforms. Really, I'm rather tired of the "Megahertz-myth" PPC touters and the "RISC sucks" x86 campions arguing which is better without any solid numbers.

      You could have done that a long time ago with NetBSD [netbsd.org], probably the most portable OS in the world.

      Oooooh, I forgot. IT'S NOT LINUX!
    • I agree, but then you still have the problem of whether GCC works better/optimizes-better-for-speed for x86 or PPC.
  • It's so hard to find a good article giving the history of an operating system and comparing it to another. Most of the time, when I find some sort of comparison article, it is either biased and lacking in information, or, comes to an indecisive conclusion.

    One thing that has always bothered me though, is, how do two CPUs work together and not fight over whatever it sent to them? The idea of having two minds is more than painful to think about, so how does a computer with two processors work? Anyone have a good article on this?
    • First, I am a app programmer and not a kernel hacker.

      I am not a an expert, but this is how I understand it.

      This is not intended to be a flame, if I make a mistake.. please correct it , not flame me. Thax.

      Down to business.

      There is a scheduler that will take the instructions of a program and put it into a queue. So if you have 15 different programs all running at the same time, you will have lots of processes needing a LOT of very simple instructions, which will wait in the queue until the CPU can get to it. I believe this is called the scheduler that handles this queue of instructions to the CPU.

      Now, the scheduler is not going to feed any instruction to any cpu. It looks at the process and determines, the priority, the cpu it was at (to keep the cache hit ratio high on the cpu). At that point it starts feeding instructions through the scheduler. I believe that the starting process for a instruction stream would be the CPU that doesn't have load, or the least amount of load.. I would imagine.. but I guess that would be determined on how the schedular was written.

      Anyhow, thats how I understand it.

      Cheers
  • On one hand, you have them using and contributing to open source. On the other, you have them sending the lawyers after people who try to create a theme engine because they believe it is theoretically possible for someone to use it to violate Apple's trademarks.

    You have them giving away developers tools a short while after they send their users firmware upgrades to prevent G3 users from upgrading (without telling the G3 users what the magical firmware upgrade did)

    You have them sending firmware upgrades to block the use of RAM that doesn't meet Apple's strict standards, without telling users ahead of time the sticks they spent hundreds on are now utterly useless.

    Apple can't decide wether it wants to be free and open, or continue to manifest its worst control-freak tendancies - ones that even rival Microsoft.
  • by marktwain ( 523893 ) on Saturday February 02, 2002 @07:10AM (#2941376)
    With OS X the usefulness of Linux on the PPC platform is indeed brought into question, but article is still a good read.

    It's interesting, however, to note that Linux people still miss the whole point of finding out about Mac OS X. Don't like it? Don't use it. But if you're smart you'll develop for hit. Read the O'Reilly Network, or any any other article, for writing in cocoa for MacOS X.

    If there's anything missing in the viability of the comments about PPCLinux and its "questionable viability" you could well say the same thing about Linux in general as a desktop platform. It's going nowhere. Genome and KDE will not only never be the finished GUI that OS X is, but they also won't have the installed (and growing) desktop users that OS X has either.

    New games are shipping for OS X, not ports, but original games. The recent O'Reilly network article about writing for cocoa represents an idea which any geek interested in making a living doing something besides tweaking SQL databases may want to consider.

    Sure, the Mac OS X kernal, Darwin, itself offers much to users. But any Linux geek who likes to write code should give it even more serious consideration, its portability to other platforms, including Linux.

    If you're hung up on the idea of free software disregard this, but if you're looking for a good *nix OS check out OS X if you're smart.
  • The one problem i personally can see and have experienced is that you cant find that much information concerning Linux on PPC online. Sure, there are some devoted sites line LinuxPPC.org [linuxppc.org] and others, and groups.google.com [google.com] is always a nice thing, but if you run into *specific* problems (like me, see further down that post) youre in for some serious pain.
    I tried several times to put a usable linux distro on my old powermac 4400 (upgraded w/ a G3 procesor card, a voodoo3 2000 and a realtek-chip-based ethernet card).
    Xfree will crash at startup, which can be only solved by going online, grabbing some drivers and compiling them into the kernel, which kind of sucks for a newbie - but thats not the point because I can't get online because the ethernet card is not recocnized even if I choose the realtek drivers.
    So I did some google research, came up with the mentioned solution for XFree, but not for the ethernet problem.
    Another point is that noone in your neighborhood can help because LinuxPPC is not as common as Linux for i386.

    I'll try darwin next, but since my machine isn`t officially supported I`m not exactly optimistic about that.
    • debian-powerpc ml (Score:2, Informative)

      by raulmazda ( 87 )
      If you're running Debian, you can post to the debian-powerpc mailing list and people will try to help you out. I don't know about the support for other distros, but I've found debian-powerpc to be more than adequate (especially considering the kernel hacker types also subscribe).
    • The one problem i personally can see and have experienced is that you cant find that much information concerning Linux on PPC online. Sure, there are some devoted sites line LinuxPPC.org [linuxppc.org] and others, and groups.google.com [google.com] is always a nice thing, but if you run into *specific* problems (like me, see further down that post) youre in for some serious pain.


      You think that's bad, try running Linux on an m68k machine. *shiver*

      Wow, with the astonishingly closed hardware of the Old World Macs and the miniscule support base on the Internet, how could I lose!

      --saint
      • Oh, come on! I had debian rocking & rolling on an old Centris with 8 MB ram.

        The only downside was the 20 MB hard disk - by the time I got everything I wanted installed, there wasn't any room left to do anything.
  • I always wondered why the people hacking away at Linux/PPC don't just fork the code base. Honestly, it seems like Linus has little or no interest anyway in the other architectures, and it could easily result in a much better end product.

    --saint
  • Benh is cool. (Score:3, Informative)

    by dmaxwell ( 43234 ) on Saturday February 02, 2002 @12:00PM (#2941910)
    I had a little trouble getting all of the modules to work with one of his 2.4.17rc kernels. I figured what the hey and emailed him. He straightened me right out. I suppose the world of PPC Linux is small enough that a leading light can have a little time for an end user like me.
  • I have definitely fallen into this dilema quite a bit, but have yet to feel truly satisfied. I used Macs exclusively about 7 years ago and then found my way to Linux. I loved it immediately. I still use Linux or a *BSD on all my x86 hardware, but right now my iBook runs MacOS X only. I only came back to the Mac because of MacOS X.

    I like the fact that though Apple takes a long time to release system updates, the updates work extremely well and are obviously QA tested (for the most part, ignore the iTunes fiasco ;). However, I seem to be wishing for the speed that comes from true open source development as I want to see the changes more rapidly. These changes come quicker, but it is almost always obvious that no one has done any usability or QA testing.

    Also, we come to the desktop metephor. I used to use GNOME or KDE in Linux, but these days rely only on Windowmaker or some other trimmed down GUI. This is mostly due to the fact that no matter how good either of the major DE get, they are still not able to compete with the Mac OS as far as usability or design choices. A lot of people say they are just as good, but I suggest that these people don't really know much about UI design as everything Apple does it with concern to the user. i.e. Does a click here require more or less stress to the user? (Carpal tunnel). They examine all aspects and TRULY test usability. Now, this doesn't mean OS X is right yet. It isn't, but the improvements come quickly.

    So, well anyways, I still find myself being pulled back and forth, but for right now OS X is winning...

    Bill
  • by leereyno ( 32197 ) on Saturday February 02, 2002 @03:25PM (#2942770) Homepage Journal
    Lets forget about OS-X for a moment. What LinuxPPC does is fix the mac by providing a real operating system for it. There are macs where I work, and every time I'm stuck using one I start getting crazy notions in my head about taking a sledge hammer to them all, or finding some other way of destroying them. The reason has nothing to do with the hardware they are running. They're not super fast, but I'm not particularly picky in that area. What bugs me about them is the antique operating system they're running. If I wanted cooperative multi-tasking and no memory protection between apps, I'd run windows 3.1. When I sit down in front of a computer I expect the system to be responsive to me, regardless of what it is doing in the background.

    One day about a year ago I loaded up the PPC version of SuSE 7.0 onto one of the macs. Lo and behold!!! A new computer was born! Or at least it seemed that way. The computer actually seemed to run FASTER as well as being infinitely more responsive. I was also a great relief to escape from the Macs GUI, which I find cumbersome. It was like I was trying to run with a cinder block tied to my leg and someone just cut the cord. Unfortunately I eventually had to wipe Linux and reinstall MacOS-9 on it.

    Nowadays we have OS-X, which is about 6 years late, but better late than never. Its GUI isn't on par with KDE, but its far better than the previous MacOS versions. Its also responsive! Its great to actually be able to have my computer wait on me rather than the other way around. Its not terribly fast, but I'm not going to complain! Much better that it take longer to do things in the background but be more responsive in the foreground than it lock me out. Hopefully IBM/Motorola/Apple will be able to push the PPC architecture further in terms of clock rate.

    Then of course there are the standard form-factor PPC motherboards that will soon be available. Whether they will ever outperform an Athlon based system is doubtful, but the fact that they are there and available is a good thing.

    Lee
    • KDE is nowhere near as good a GUI as OSX's. Neither is Gnome or Windows. All the non-Mac GUI's are basically the same, because we all know that KDE and Gnome are just clones of Windows. The Dock in OSX is one of the greatest GUI elements. It combines quick launch, the taskbar, open applicatrions, and open windows into one simple place. You might say that OSX is not tasked-based, but it is, and done very well. Tasks and applications are the same in OS X. If you don't want to see an app, just close the windows, but the task still runs. If you want to totally quit it, either selecty quit or right click on it's dock icon. And for applications that try to quit anyway, you can simply hide them, restoring with one click. Plus the dock gives you a quick view of all running programs and their status (like new e-mail, or im's).

Old programmers never die, they just hit account block limit.

Working...