Slashdot Mirror


Run Mac OS X Under Linux

A user writes, "Just saw at penguinppc that Mac-On-Linux can now run Mac OS X. Nothing like having Mac OS X running on a VT to switch to and from." Cool, but ... why?

54 of 103 comments (clear)

  1. Why? by sweetooth · · Score: 2, Interesting

    Maybe a better question is, Why not?

    Like so many things it's probably just because they can.

    1. Re:Why? by skotte · · Score: 2

      yeah, i agree. i think this, as well as the article about the guy who scanned his records and converted them into .WAVs, comes under the category of "hey, look what i can do!"

      pretty cool, guys.

      actually, i'm certain there are plenty of uses here. it would be nice if someone could make a list of ideas. like, softwares which won't work under linux, but will work under OS X in this manner.

  2. Ermm.. Wow. by dschuetz · · Score: 2

    Very cool.

    Now if someone can just make a VERY SMALL ppc chip-and-io-driver emulator for Intel PCs, I can use that as my boot-sector image and have it run MacOS X. Presto! Jaguar on a Dell!

    (okay, so I need a little better detail in the "miracle occurs" portion of my plan. But it'd be cool, no?)

    1. Re:Ermm.. Wow. by jbolden · · Score: 3

      Sorry you'll also need the firmware and that is copyright Apple. Unless Apple decides to make it (unlikely IMHO) you are SOL.

    2. Re:Ermm.. Wow. by Wesley+Felter · · Score: 2

      Actually, you don't need the firmware. MOL runs on non-Apple PowerPC machines (all 5 of them).

    3. Re:Ermm.. Wow. by zephc · · Score: 3, Informative

      you mean Open Firmware? =]

      --
      "I would say that 99 per cent of what my father has written about his own life is false." - L. Ron Hubbard Jr.
    4. Re:Ermm.. Wow. by jbolden · · Score: 2

      The last shipment to the general public was '99 or something. Who knows what it runs on in terms of hardware specifics? Might be totally general. In any case that doesn't address PPC jaguar running on x86 emulating PPC which is what the parent was talking about.

  3. One reason... by questionlp · · Score: 2, Insightful

    Maybe one reason is that say a developer is writing a program (be it command-line or X11 based) and wants to see if it will compile and run properly on Mac OS X without having to reboot into Mac OS X or deal with another machine to mess with.

    It's use may be a bit limited for the LinuxPPC users, but it kind of fills a niche that Virtual PC and VMware fills (maybe not perfectly, but it's still usable, no?).

    Another reason might be someone is required to access an Exchange server for calendar, mail, etc... and Outlook Web Access does cut it (OWA in 5.5 sucks, but OWA in 2000 is cleaner but still has dependencies on IE for some key features)... running Outlook 2001 or Entourage under Mac OS X could fill that part (though Entourage wouldn't provide access to public folders and other things).

    Just my thoughts.

  4. Wow by medcalf · · Score: 3, Funny

    So now I can run MacOS X running Virtual PC running Linux running MOL running MacOS X running a Commodore 64 emulator running M.U.L.E. What a deal!

    Or just go recursive: MacOS X->VPC->Linux->MOL->(repeat forever).

    --
    -- Two men say they're Jesus. One of them must be wrong. - Dire Straits
    1. Re:Wow by Merlin42 · · Score: 4, Informative

      Uh... NO

      VPC is a virtual x86 box while MOL requires a PPC. It sounds like it is very similar to VMware/plex86 except for PPC.

    2. Re:Wow by nesthigh · · Score: 2, Interesting
      Uh... Why not?

      Granted this screenshot isn't OS X, it should work there as well.

      next

    3. Re:Wow by foobar104 · · Score: 3, Insightful

      Uh... Why not?

      Granted this screenshot isn't OS X, it should work there as well.


      Sorry, nesthigh, I think you missed it. The OP was talking about running OS X inside a MOL instance, and in order to run MOL you have to be on PowerPC hardware. VirtualPC emulates Intel hardware, not PowerPC hardware. So you couldn't do it.

      Your screen shot was obviously taken on a Mac running Linux, which was running MOL, which was running VirtualPC, but the chain ends there.

      But I have to chime in with others on this one. Given that Mac OS X is superior in every stinkin' way to Linux (flame on!), why-- other than the mountain climber answer-- would you do this?

    4. Re:Wow by jbolden · · Score: 2, Interesting

      Given that Mac OS X is superior in every stinkin' way to Linux (flame on!), why-- other than the mountain climber answer-- would you do this?

      Q: Why would you choose Linux over OSX?
      A: Better unix apps support. At this point Linux is the Unix with the most broad support and widest range of Unix apps. If you are running Unix apps Linux makes sense.

      Q: OK but then why would you buy Apple hardware to run Linux?
      A: Quite a few Linux guys really like the iBook as a latop. Small, good screen, reasonable cost, long battery life. In terms of distributions: YDL, Debian, Mandrake (though they may drop their PPC line) and Gentoo among others. So its not an unreasonable choice.

      Q: OK but if you are a Linux only user who wants to buy a powerbook what do you need OSX for?
      A: The same thing that PC Linux users use wine for. Those one or two apps they just can't find for Linux.

      It makes sense though I'm not sure the market is going to be more than a handful of people.

    5. Re:Wow by foobar104 · · Score: 4, Insightful

      At this point Linux is the Unix with the most broad support and widest range of Unix apps. If you are running Unix apps Linux makes sense.

      What do you want to run under Linux that you can't run under OS X? I mean, we're talking about stuff you'd want to compile from scratch, here, because this is PowerPC rather than IA-32. If it doesn't talk directly to the hardware, you should be able to compile it on OS X with only, at most, minor trouble.

      Hell, it's even the same compiler:

      Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs
      Thread model: posix
      Apple Computer, Inc. GCC version 1161, based on gcc version 3.1 20020420 (prerelease)

    6. Re:Wow by jbolden · · Score: 4, Insightful

      The underlying systems are really really different. Porting to OSX can be highly non trivial. Think about all the work that went into getting XDarwin to work. A few examples of the problems:

      1) anything that uses the /proc filesystem; which not a small number of apps.

      2) Any program that uses an assembly subroutine anywhere

      3) Any program that uses elf specific routines

      4) Any program that uses a library which can't be ported

    7. Re:Wow by Dahan · · Score: 4, Informative
      1) anything that uses the /proc filesystem; which not a small number of apps.

      I'm not a Linux user, and I have no idea what apps use the /proc filesystem, but it seems to me that anything that does is horribly unportable. If "not a small number of apps" require /proc, I'd say that the majority of those are poorly-written.

      2) Any program that uses an assembly subroutine anywhere

      Why can't OSX use assembly? If a program has some x86 assembly, sure, that'd be a problem, but not a OSX-specific one. You can't use x86 assembly on LinuxPPC either. An altivec-optimized assembly routine that decrypts RC5 works just as well on OSX, LinuxPPC, NetBSD, or AIX. See the distributed.net client source code for an example.

      3) Any program that uses elf specific routines

      Such as...? Again, if there are a significant number of apps that even care what your object format is, I'd say the majority of them are poorly-written. Emacs' lisp undumping business is the only thing I can think of (and emacs has already been ported to OSX and even comes installed in the base system). Whose bright idea was it to intentionally make emacs dump core and try to reconstruct an executable out of the core dump anyways? Oh, that's right... RMS. (Have you seen how many undump routines there are in the emacs source? Daaaamn... but I digress...)

      4) Any program that uses a library which can't be ported

      Sure, but seeing that I don't buy your points 1-3, I'd say that most libraries would be pretty easy to port :)

      Actually, I'd say the main barrier to porting to OSX was that it doesn't use the X Window System for its GUI. But since X has been ported to it, that barrier's gone.

      A problem that still exists is accessing hardware peripherals, such as playing sound, communicating with USB devices, or the low-level DVD access needed to play DVDs.

      Porting to OSX can be highly non-trivial, but most of the time, it is trivial. I think more of the problem lies with developers who learned how to program on x86 Linux not knowing how to write portable code. Even spending some time trying to compile their code on other ports of Linux would help them--I've seen a lot of 64-bit-unclean code when trying to compile stuff on an Alpha (no, you can't cast a pointer to an int... why do you even want to?), and some code that assumes little-endian byte ordering too.

    8. Re:Wow by jbolden · · Score: 2

      I gotta make an appeal to authority and common sense here. I'm not part of the fink or the gunosx projects so I can only go on what I hear; and these are the issues they run into. A lot of Linux programmers have little or no experience with other Unixes and so do all sorts of things specific to the Linux kernal. /proc is a great example of this it provides a huge number of terrific features that make programming easier if you don't care about portability and often when software first appears it is very platform specific.

      Why do you think its taking the Fink guys so long to be able to port over all of say a debian distribution?

    9. Re:Wow by Dahan · · Score: 2
      A lot of Linux programmers have little or no experience with other Unixes and so do all sorts of things specific to the Linux kernal.

      Right, but that'd cause problems trying to port to any other *nix... the difficulty porting such programs isn't because OSX is "really really different" from Linux. I contend that if one writes a program that works on, say Linux and FreeBSD, it'll be trivial to port to OSX (barring the hardware stuff I mentioned). However, if one writes a program that's uses Linux-specific stuff, it'll be just as hard to port to OSX as it would be to port to FreeBSD, Solaris, or some other *nix.

      Why do you think its taking the Fink guys so long to be able to port over all of say a debian distribution?

      Lack of time and/or manpower?

      FWIW, I've personally compiled ghostscript, screen, GMT, cronolog, readline, gettext, mplayer, SDL, lame, and netpbm on OSX without having to make any source code tweaks at all. A friend might've compiled Tomcat, although maybe he just installed the binary... not sure. Most of that stuff is in fink now, but much of it wasn't at the time I compiled them... since they didn't need any real porting work, I'm assuming they weren't in fink because nobody had gotten around to doing it yet, not because it was difficult to do. cronolog still isn't in fink yet, and as I mentioned, compiles straight out of the box... ./configure && make -j2 and you're set.

    10. Re:Wow by norwoodites · · Score: 2

      For 1, the program is not potable to many UNIX's because most do not have /proc.

      2) it cannot be ported to Linux on PPC any way.

      3) like dlopen? there is a wrapper for it on Darwin.

      4) well then you cannot use Linux PPC any ways.

    11. Re:Wow by jbolden · · Score: 2

      Right, but that'd cause problems trying to port to any other *nix... the difficulty porting such programs isn't because OSX is "really really different" from Linux. I contend that if one writes a program that works on, say Linux and FreeBSD, it'll be trivial to port to OSX (barring the hardware stuff I mentioned). However, if one writes a program that's uses Linux-specific stuff, it'll be just as hard to port to OSX as it would be to port to FreeBSD, Solaris, or some other *nix.

      I don't disagree with you. My point originally was that Linux relative to all the other Unixes had the greatest amount of software available not that OSX was particularly difficult. I'd assume that True64 and HPUX are probably much worse.

    12. Re:Wow by MoneyT · · Score: 2

      Do linux people really still program such non-portable apps? Lesson 1 in the e101 text book (and I'm not lying, I have it right here) has a full section on portability and why we would want apps to be portable and even urges the reader to make all his apps as portable as possible, even if it means extra code.

      --
      T Money
      World Domination with a plastic spoon since 1984
    13. Re:Wow by jtdubs · · Score: 2

      This is a moot argument.

      All the points you make are equally true of porting between ANY operating systems, not just OS X.

      Any program that uses routines particular to it's kind of executable file format, uses assembler or uses file-system specific things like /proc are bad at being ported.

      Anything that uses a specific library without abstracting it away behind a interface is bad at porting because it's tied to that library.

      These are just general rules of software development and have nothing to do with OS X.

      Yes, porting to OS X can be less trivial than porting to BSD, but that's only because BSD and Linux are incredibly similar from the superficial standpoint of user-space.

      OS X and Linux are incredibly similar in terms of available API (think POSIX), but are very different on other things, like file-system layout, kernel api and driver api. But, that's also true of ANY operating system that isn't Linux or BSD.

      Try porting to Windows. It's FAR more difficult than porting to OS X.

      I think Fink makes a very convincing argument of ability to port to OS X. Hell, they've ported KDE for god's sake. That's far from a trivial program.

      Anyway. Yes, porting can be difficult. If you do certain things that make your program less portable. But that will make it hard to port to ANY other os, not just OS X. But, it's not as hard as you make it out to be, depending on the application.

      If it's a GUI program, than that's another matter entirely and you have my full sympathies. But, still, assuming you have a well-designed model-view separation, you should be able to write a new GUI in any language, for any toolkit, and get it to work.

      Justin Dubs

    14. Re:Wow by extrasolar · · Score: 2

      "Given that Mac OS X is superior in every stinkin' way to Linux (flame on!)"

      Bwah hah hah...

      Apple is smart. But not that smart.

    15. Re:Wow by foobar104 · · Score: 2

      Nobody's taking my bait.

      I'd love to hear somebody-- anybody-- explain to me how Linux has any kind of edge over OS X. But please omit discussions on how Linux runs on just about any kind of hardware. I will simply argue that OS X runs on better hardware, and we'll be right back where we started.

      What's Linux got going for it that OS X doesn't?

      Comments of a political nature and absurd misuses of the word "free" will be pointed at, laughed at, and ignored.

    16. Re:Wow by jbolden · · Score: 2

      Yes there are a ton of non portable apps but I don't think Linux is particularly bad. SCO still exists primarily because of non portable apps written for it. Solaris has a ton of non portable apps. Certainly the OSX apps making use of Cocoa or Carbon are going to be essentially totally non portable.

      IMHO generally when an app is first created its much more limited in scope then it will eventually become and is often of limited use. Its only with time that it becomes clear why portability is vital. Certain groups like KDE or Xfree had portability as a priority from very early on; others certainly didn't. For example many of the SGI Irix apps tend to be highly non portable and porting them has been very expensive.

    17. Re:Wow by troc · · Score: 2, Funny

      And this is particularly good why exactly?

      You live in a cold, quiet place and prefer a hot place filled with the whine of fans?

      If you are trying to make a "lots of processing power for not much cash" point, please be more specific ;)

      If you are just trolling, you could at least have mentioned something exceptionally powerful ;)

      Troc

      --
      Troc's dubious podcast and blog: http://www.trocnet.net
    18. Re:Wow by kalidasa · · Score: 2

      > explain to me how Linux has any
      > kind of edge over OS X.

      Three things:

      1. There are Linux distributions for many different architectures.
      2. Price.
      3. License (freedom).

      Of course, there are a lot more than three things that OS X has over Linux, beginning with usability.

    19. Re:Wow by Lussarn · · Score: 2

      You just took up the number one reason I don't like OSX. It comes with a non portable GUI.

      As a Linux programmer all my apps should work on OSX, thats ok. It's not ok when the macers don't give there work back to the Unix community.

      I mean. Half of OSX is Open source software. Apple can't even get there stinkin mediaplayer running on other unixes, and not there GUI. When they do. I might change oppinion. Until they do I stick with a standard *nix such as Linux.

      Sure, they have an open source kernel. But we already have a couple of great kernels with much driver support etc, darwin outside of OSX is still mucho rare. There work on GCC is probably good for the community though. But it's not enough at all.

  5. A Good Addition by Spencerian · · Score: 2

    Kinda defeats one of the reasons for not-buying Linux since you have to get a copy of OS X, but it shows the diversity of *nix systems as a whole.

    Also, I agree its a little redundant.

    Still, it would be fun to play with the nested virtual machine game with this: Running Linux, drop in MOL, then drop in Virtual PC 5, then drop in Virtual PC 5 for Windows, then drop in VMware...

    --
    Vos teneo officium eram periculosus ut vos recipero is.
    1. Re:A Good Addition by Spencerian · · Score: 2

      Now that's funny! I was really wondering what would happen!

      --
      Vos teneo officium eram periculosus ut vos recipero is.
    2. Re:A Good Addition by MoneyT · · Score: 2

      Try this one on for size for extra fun:

      Mac ---TimbuktuPro control--->PC---TimbuktuPro control--->back to the mac

      The computers flip out trying to figure out who is controling who. Not to mention the remote viewing of the desktop!

      --
      T Money
      World Domination with a plastic spoon since 1984
  6. Re:For people like me. by questionlp · · Score: 2, Informative
    The requirement to run MOL is a Mac :)

    Taken from their User Guide:

    Before continuing, you should also be aware of some requrements for running MOL:
    • A supported PowerPC(TM) CPU (604[e], G3 or G4)
    • Linux/ppc
    • A 2.2 or 2.4 kernel
    • MacOS 8.6* or later (9.2.1 is known to work)
    What it will save you is having to by a second Mac or reboot each time you want to go into either Linux or Mac OS [X].
  7. Sounds like VMware for PPC by Van+Halen · · Score: 3, Insightful
    And it even says so in the FAQ, except that the author hasn't ever used VMware, so he can't be 100% sure. The first couple of screenshots look particularly similar to any PC running multiple instances of VMware...

    As for the questions asking why, I suppose it's the same reason you might want to run VMware on an Intel machine: develop/test for multiple platforms without rebooting; or get capabilities only available in one or the other without a reboot. What would be much more interesting to me is MOL (or equivalent) for OS X. Just like running Linux or FreeBSD under VMware for Windows, it would allow me to run LinuxPPC or maybe even NetBSD under OS X (Classic already takes care of OS 9, and probably better than this program could). And unlike the VMware on Windows case, my host operating system would be enjoyable to use. ;-)

  8. Why? by eswierk · · Score: 3, Insightful
    Providing tech support for Mom is a lot easier when you have MacOS and apps running on your own box at home, even if it is slower than on Apple hardware.

  9. so you can run apps by skotte · · Score: 2

    so you can run apps, like say photoshop.
    oh, wait. nuts. it's not ported to OS X yet.
    *writes angry, impatient letter to adobe* *again*

    well, hey, at least i can run The Gimp on OS X ....
    oh ...

    1. Re:so you can run apps by skotte · · Score: 2

      oh .. sorry! i guess i'm a little out of it.
      thanks fFor the tip!

    2. Re:so you can run apps by skotte · · Score: 2

      and you dont pay attention.

      5 ppl now have pointed me to PS on OS X, even after i thanked someone fFor pointing it out.

      and of *course* gimp runs on OS X. but like ... why on earth would i use gimp on OS X on linux? why ever wouldnt i just use gimp on linux? thus, the point of the statement. gettit?

    3. Re:so you can run apps by skotte · · Score: 2

      hey it's all good
      i think i'll make you my fFriend. people who humbly reply to explanations are cool

  10. Don't waste the stamp. by digital_freedom · · Score: 2

    Adobe has ported Photoshop 7.0 to OS X. Here's the link.

    It's been out for a few months now.

  11. Interesting by AnalogBoy · · Score: 3, Funny

    Linux runs on my urinary tract - front page news, 5000 comments.

    MacOS runs on Linux - Apple section (? I dunno, i have everything on the FP) and the statement "but why...?"

  12. Re:The problem with emulated OS X on PC... by coolgeek · · Score: 2

    MoL isn't emulation. It runs the "hosted" OS in a separate VM, just like OS X runs Classic in a seperate VM.

    --

    cat /dev/null >sig
  13. Re:Granny Smith's rectum by MoneyT · · Score: 2

    See, not only is OS X a great OS, but it's also helping poor confused lonely slashdot trolls with nothing better to do with their lives except read slashdot while jacking of to 256 color jpegs scanned from 1970 issues of playboy become better aquainted with their sexuality. Now if only windows hadn't caused him to become that way in the first place.

    --
    T Money
    World Domination with a plastic spoon since 1984
  14. Read the parent by jbolden · · Score: 2

    What? Try and follow the thread. The original poster asked what's sorts of things could go wrong with source since they use the same compiler. I pointed out several things.

    How can this be a "moot argument" it was an answer to a specific question about two specific platforms. I don't disagree that porting is possible I'm just arguing that there is some work involved in porting. Having the entire Debian source directory does not give you the ability to run all of debian's software on OSX.

    1. Re:Read the parent by foobar104 · · Score: 2

      What? Try and follow the thread. The original poster asked what's sorts of things could go wrong with source since they use the same compiler. I pointed out several things.

      Speaking as the original poster, I have to chime in here with a "nuh-uh." First of all, my original point was to say that the vast majority of all possible code will compile without modification on both Linux and OS X. Notice I said the vast majority of all possible code, not the majority of programs. Most of the APIs provided by Linux and common libraries are available on OS X. For example, today I needed to do some work on part of our software that uses OpenSSL. So I FTP'd it from my build server (a Linux box) to my Power Mac and messed around with it. I didn't have to change anything, not even the makefile. All of the required libraries were available, including libcrypto, in the default OS X installation. And I got to use Project Builder, which was a little bit of a "woo hoo."

      And finally, I don't think four really qualifies as "several," especially when the fourth one is basically just "anything that depends on something that's affected by items one, two, or three."

    2. Re:Read the parent by jbolden · · Score: 2

      I think you should reread your own post:
      What do you want to run under Linux that you can't run under OS X? I mean, we're talking about stuff you'd want to compile from scratch, here, because this is PowerPC rather than IA-32. If it doesn't talk directly to the hardware, you should be able to compile it on OS X with only, at most, minor trouble.

      Hell, it's even the same compiler:


      I think my interpretation of your comment stands.

  15. It's Quark that we should be pestering. by pschmied · · Score: 2
    As was already mentioned, Photoshop is running.

    Now if Quark would get off their duffs and release a native MacOS X version of QExpress, I would celebrate. As it is, Adobe's Indesign keeps looking better and better.

    Adobe lets you download a 30 day trial which looks good and has me really wanting to switch.


    -Peter

  16. Re:What is the point? by g4dget · · Score: 2
    I agree with you, but not for the reason you give. The main advantage OSX has over Linux is that Apple ships it preinstalled and makes sure it works on all their hardware. Also, there are some drivers available for OSX that aren't available for Linux. You lose that if you run OSX under Linux on Macintosh hardware.

    Technically, I don't think either OSX or Linux is preferable over the other. While basic command line stuff ports pretty easily to OSX, there is a lot of stuff that's hard to port and where the OSX APIs are just enormously cumbersome compared to what Linux offers. In short, neither OSX nor Linux is clearly better than the other--they are different OSes for different user communities. But if you spend the money for a Mac, it makes sense to run OSX--for Linux, PCs are more cost effective platforms.

  17. Re:The problem with emulated OS X on PC... by GutBomb · · Score: 2

    it is emulation. you are however not emulating Mac OS X, you are emulating a macintosh machine. hardware emulation is still emulation. don't believe me? put mac os x in MOL and look at the apple system profiler. it is not a list of hardware that you have installed, it is a list ofh ardware that MOL is EMULATING. the mac os is not being emulated, but the hardware that it is running on IS being emulated.

    Dictionary.com:
    3. Computer Science. To imitate the function of (another system), as by modifications to hardware or software that allow the imitating system to accept the same data, execute the same programs, and achieve the same results as the imitated system.

  18. Re:Granny Smith's rectum by GutBomb · · Score: 2

    he clearly said he was homosexual, wouldn't be be perusing old scans of playGIRL?

  19. Can I boot a remote firewire dev? by weave · · Score: 2
    I'm a Linux geek who recently purchased an iMac and am very happy with it. I'd love to have Linux on it as well, but don't want to trash or reinstall my OS X disk. (My wife would kill me too, since she's now addicted to it and her PC sits unused in the other room now).

    Can I plug in an external firewire drive and install Linux onto it, then boot into it without disturbing my internal OS X install? (And for extra credit, while booted into the firewire linux partition, run MOL and boot my internal drive's OS X install?!)

    I guess this may be a stupid question for Mac'ers, but I'm a newbie and this world is still pretty new to me. To give you an idea, you can't imagine how excited I was when a friend showed me how to turn on verbose boot messages! :-)

  20. Re:Why should they? by vegetablespork · · Score: 2
    It enables OSX to run on non-Apple hardware--and the author talks about creating a PPC emulator, which would enable it to run on non-PPC hardware, even.

    Apple's EULA doesn't allow this, and their litiguous nature in other things leads me to believe they might come down on this project.

    --

    Call (206) 338-5780 COLLECT for information about a genuine BA, BS, MA, MS, MBA, or Ph.D.

  21. Re:The problem with emulated OS X on PC... by srydh · · Score: 2, Informative

    MOL is almost completely free of hardware emulation. For instance, a custom device driver is used instead of emulating the IDE controller.

    In fact, one could say that it is MacOS X that has been ported to run on MOL :-).

    The only thing that is emulated is privileged aspects of the CPU.

  22. Re:The problem with emulated OS X on PC... by coolgeek · · Score: 2

    My apology I assume my peers out here are near-genius level as a minimum. Obviously this is my folly for assuming the context of my post to be obvious. Thank you so much for the klunk upside the head via Webster's. I will surely remember the pain the next time I assume my fellow slashdotters will be able to connect the dots, glean the context, so to speak, and I will instead take the time to painstakingly spell everything out and copy everyone in triplicate so there can be no misunderstanding. See I'm doing it already. Thanks and again, I apologize for assuming. I really didn't mean to make an ass of you and me. And now it seems that I have. But I could not have done it without your help. Thanks and have a nice day.

    --

    cat /dev/null >sig
  23. because... by sootman · · Score: 2
    Cool, but ... why?

    Because you can't control-alt-F[1-6] and get a full-screen VT in Mac OS X, that's why.

    --
    Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.