Slashdot Mirror


GeNToo - Gentoo on the NT Kernel

Enjoi writes "GeNToo is a version of the Gentoo meta distribution based on the NT kernel, (virtually) completely free of any Win32 code. It provides a complete text-mode Gentoo environment, with all GNU tools, Perl, Python and the other usual suspects. In addition, it comes with with full NT hardware driver support." Aptly named GeNToo, is it a step towards bringing Windows closer to open source? "

186 comments

  1. First Post, yet no one cares by cybermint · · Score: 4, Insightful

    So much April Fools, so little news.

    1. Re:First Post, yet no one cares by AKAImBatman · · Score: 1

      Why is this supposed to be "funny"? I actually think it's a decent concept, potentially worth pursuing. Believe it or not, beneath all the cruft, applications running in kernel space, and other oddities of the Win32 system, there actually exists a solid VMS kernel at the core. It was reasonably well designed with all kinds of modern features that are hard to find on any OS (including Windows itself :-/). I've always thought it to be one of the greatest crimes to humanity that Microsoft first allows the VMS team to build a truely competitive kernel, then cruftify it with all their Win32 crapola. They *should* have defined a WinNT32 API from scratch and deprecated the old Win32 cruft.

      Sooo... has anyone actually tried hacking the NT kernel like this yet? I've got QEmu all ready to go if you can give me some scripts and point me to the source packages.

    2. Re:First Post, yet no one cares by krog · · Score: 1

      Is this really a hoax? It sounds like it could be real or fake, but there's no April 1st giveaway on the site -- in fact the pages say they were last edited several days ago.

      In any case, here's to Gentoo users being the weeniest of us all.

    3. Re:First Post, yet no one cares by hey! · · Score: 0, Offtopic

      I can think one thing more irritating than prdictable April Fools articles...

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    4. Re:First Post, yet no one cares by Anonymous Coward · · Score: 0

      There is no VMS kernel anymore - or if there is, it is has probably been raped beyond all recognition to improve the WindowsNT API performance.

    5. Re:First Post, yet no one cares by tmasssey · · Score: 1
      I used to use a very similar environment under OS/2. It was very nice.

      OS/2 had a package called EMX. EMX was to OS/2 what Cygwin is to Windows. With it, people would compile UNIX apps for OS/2, and they would just require a single DLL, not the entire craziness that Cygwin-compiled apps can be.

      This compatibility was so good that all of X Windows could be compiled for OS/2, leading to XFree86OS/2 (some name, eh?). Windows now has the same thing with Cygwin/X, but OS/2 had it back in 1996...

      It was really very nice to be able to run the real UNIX versions of things like Bind, Sendmail, IRCd, Apache and other such UNIX daemons. Of course, you could do the same with Linux, but like I said, this was back in the mid-90's. If you think Linux driver support can be bad today, try back then! At least OS/2 had *some* hardware drivers! :)

      Even today, a ton of OS/2 software is ported to OS/2 using EMX, at least in the beginning: Mozilla Suite, Firefox, Thunderbird, and other such Linux Open Source projects.

      The idea of building a UNIX (or Linux) subsystem for Windows is an *old* one. As TFA mentions, Posix "compatibility" was built into Windows NT from day one. The fact that it's still a steaming pile of cow dung shows how much of a desire there is for it. The Windows people couldn't care less, and the UNIX people would rather swallow swords than use the NT kernel, especially with FreeBSD and Linux out there... Is this doable? Absolutely. Is it worthwhile? People's words to the contrary, there hasn't been a huge groundswell of support...

    6. Re:First Post, yet no one cares by Anonymous Coward · · Score: 0

      Seriously, what is real news today and what is april fools? I say take the rest of the day off and drink a beer.

    7. Re:First Post, yet no one cares by Anonymous Coward · · Score: 0

      That's it, my patience for April Fools' Day submissions stretches only so far.

      Give It a Fucking Rest.

    8. Re:First Post, yet no one cares by jurt1235 · · Score: 1

      All the april fool ones: - Linux: GeNToo - Gentoo on the NT Kernel - Developers: Microsoft Porting SQL Server To New Platforms. The XBOX did it. - Hardware: Google Moves Into Drink Market - IT: First PC Virus Spreads to Humans: This is not true, Melissa already showed that humans are infected. - Apple: Tiger Woods Signs Deal To Be Apple Spokeperson: Doubtful, could be true. - Science: Platform-Independent Real-Time Speech Technology: Watch the wording: Analog transmission through air. - iCopulate Romances iPods, Executive Pong: The nam iCopulate will never make it in the US - Science: Scientific American Gives Up. The wording gives it away - Linux: Paris Hilton Recruited to Publicize Linux. To easy, no comments here. - Britannica Takes Over the Wikimedia Foundation: LOL, I will start a new version just in case it is true - Say 'Cheese' to Google Satellite at 10AM: Just another joke. Also one in the Netherlands where mobile phones were supposed to catch and direct the signal of the Huygens probe. - IT: RFC On New Internet Routing Protocol: Routing the moral is a great idea. Good for religious fanatics, makes firewalling a lot easier. - Man Sells Baby to Pay for Gadgets: Since a few weeks ago an english couple was arrested for the same crime (but then to sell drugs), it could be possible, but the "health" remark gives it away as a joke. - Science: Prsident Bush Cancels Space Shuttle Program: Sounds like the truth, but just read the article.

      --

      My wife's sketchblog Blob[p]: Gastrono-me
    9. Re:First Post, yet no one cares by jurt1235 · · Score: 1

      Next time I will post with breaklines in it again, sorry (-:

      --

      My wife's sketchblog Blob[p]: Gastrono-me
    10. Re:First Post, yet no one cares by jonbryce · · Score: 2, Interesting

      Isn't what you are looking for called ReactOS?

    11. Re:First Post, yet no one cares by AKAImBatman · · Score: 4, Interesting

      With it, people would compile UNIX apps for OS/2, and they would just require a single DLL, not the entire craziness that Cygwin-compiled apps can be.

      Technically, Cygwin is just a single DLL. All the extra craziness you see is an attempt to build a complete environment instead of just single tools. As a result, Cygwin ends up being something of an "OS shell inside an OS shell". But there are supposedly quite a few programs using only the DLL. In fact, you can install the DLL into the path, then use the command line utilities from CMD.exe.

      The Windows people couldn't care less, and the UNIX people would rather swallow swords than use the NT kernel, especially with FreeBSD and Linux out there... Is this doable? Absolutely. Is it worthwhile? People's words to the contrary, there hasn't been a huge groundswell of support...

      There are a couple of reasons why Unix support never materialized:

      1. Microsoft pushed the Win32 API whenever possible. They knew it was crap (see: Barbarians at the Gates) because they had intentionally made it crap to lock in programs and prevent Win32 copycats such as WINE.

      2. The Unix vendors who did embrace NT found that Microsoft was actually using as a way of killing them on the vine, and had no interest in actually following through on their promises. i.e. There used to MIPS and Alpha versions of Windows NT. Where are they now?

      3. The smart Unix vendors (e.g. Sun) knew that the NT kernel was quite powerful and could potentially offer up real workstation competition once mature. As a result, they buried the NT kernel as best as they could. In Sun's case they penned an exclusive deal to port NT to the Sparc architecture. Too bad Microsoft didn't add a delivery date to the contract, because Sun happily sat on their exclusive contract while Microsoft stomped around angrily. While Sun didn't manage to keep Microsoft permanently out of the server arena, they did delay them until PC hardware managed to catch up to the Sparc architecture.

      Of course, Gentoo is free from these political issues, so they're in something of a unique position to produce a *working* OS. If this goes anywhere, I do expect Microsoft's lawyers to start getting itchy, though...

    12. Re:First Post, yet no one cares by Carnildo · · Score: 1

      I don't think this is an April Fools' joke. Last activity on the project was March 29.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    13. Re:First Post, yet no one cares by AKAImBatman · · Score: 1

      No. The NT kernel is stable, reasonably well documented, and supported by a very large company. ReactOS is none of the above, although they're working on it.

    14. Re:First Post, yet no one cares by antiaktiv · · Score: 1

      I can't believe no one has made a slashdot reference to Robert Silverberg's "good news from the vatican", in which a robot is elected new pope. i mean, some of these are about as likely.

    15. Re:First Post, yet no one cares by Steven+Edwards · · Score: 2, Informative

      Windows Server 2003 R2 will ship with SFU by default. Microsoft bought Software Systems and Interix because they were planning on adding a ELF loader so make it fully linux binary compatible.

      Really I expect the big problem to come if someone can tie CoLinux in as a nice subsystem.

      --
      Why clone Unix when I can clone Windows instead. http://www.reactos.org
    16. Re:First Post, yet no one cares by michrech · · Score: 1

      Yes, because no one who can create a web page can also add in a line that *says* it was modified on a different day than it really was....

      --
      bork bork bork!
    17. Re:First Post, yet no one cares by tmasssey · · Score: 1
      Virtualization (CoLinux) is *nice*, but it's not the same as ABI compatibility. For example, hardware support under virtualization is iffy. You need virtualized drivers as well. Now, in many cases, you just have to write a single, generic driver for things such as video, console, network, disk access, etc. But the support also tends to be generic: fancy features may not be supported.

      Also, you then have a computer with two completely unrelated environments. There's no integration between them. Whereas things like having different ABI's (i.e. a Posix subsystem and a Win32 subsystem) allows you to use the applications together, rather than using them as two computers with a single KVM...

    18. Re:First Post, yet no one cares by Steven+Edwards · · Score: 1

      I agree it is a limitation but its one that can be worked around using RPC or Corba to a degree. There is no reason CoLinux could not have a driver developed to be able to directly access Windows drives via the Volume Manager. Same thing with graphics and the console, a rootless Win32 X server + a Xdnd daemon that talks via OLE could solve the problem of drag and dropping applications from X to Win32.

      Would it be perfect? No. But then again it would still be better than what Microsoft is currently offering.

      --
      Why clone Unix when I can clone Windows instead. http://www.reactos.org
    19. Re:First Post, yet no one cares by Atzanteol · · Score: 1

      Yes, but the *point* of an April Fools joke is to somewhere admit it's a joke.

      The Gentoo system has already been ported to MacOS X, and OpenBSD (other BSD's too probably). This isn't as far fetched as it sounds. Read their FAQ and install instructions.

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    20. Re:First Post, yet no one cares by michrech · · Score: 1

      I never said that it wasn't a real article (as opposed to the number of April Fools articles). I was just pointing out that it *could* be fake...

      --
      bork bork bork!
  2. ReactOS + CoLinux by Steven+Edwards · · Score: 5, Interesting

    I know its April Fools but come on its not a half bad idea.

    --
    Why clone Unix when I can clone Windows instead. http://www.reactos.org
    1. Re:ReactOS + CoLinux by SolusSD · · Score: 2, Insightful

      worst. question. ever. (your sig) why would I want to clone an anemic, badly designed, proprietary OS?

    2. Re:ReactOS + CoLinux by menkhaura · · Score: 1

      Yes, this is a fully bad idea.

      16 sec...
      17 sec...
      18 sec...
      19 sec...
      20 sec!

      --
      Stupidity is an equal opportunity striker.
      Fellow slashdotter Bill Dog
    3. Re:ReactOS + CoLinux by Steven+Edwards · · Score: 1

      Just because Win32 sucks does not mean the rest of the OS is badly designed. Really givin the option I would have to say both Linux and the NT kernel share in the suckage department with on OS/X getting it right.

      --
      Why clone Unix when I can clone Windows instead. http://www.reactos.org
    4. Re:ReactOS + CoLinux by Anonymous Coward · · Score: 0

      I don't know, you'll have to ask Linus.

    5. Re:ReactOS + CoLinux by hkb · · Score: 0, Troll

      Uhm, while I love OS X, the kernel is a complete clusterf*ck.

      The NT kernel itself is quite mature, quite stable, and quite well-designed. The Linux kernel isn't all that bad either, but really probably better than OS X.

      --
      /* Moderating all non-anonymous trolls up since 2004 */
    6. Re:ReactOS + CoLinux by ArbitraryConstant · · Score: 3, Interesting

      From the FAQ:

      "Infidels! Linux rocks!

      <rant>Yes, it rocks that much that we are looking for stable alternatives. Especially the 2.6 kernel has been *ahem* interesting. If the kernel hackers got their act together and released a really stable version of the 2.6 kernel we might want to use it. But they don't so we don't.</rant>
      "

      If only this were a joke...

      --
      I rarely criticize things I don't care about.
    7. Re:ReactOS + CoLinux by hkb · · Score: 1

      PS: I didn't realize you were a part of the ReactOS project. So let me say thanks for all the work, and while its not usable (for me, yet), I certainly keep a constant eye on the project's progress and am very impressed.

      --
      /* Moderating all non-anonymous trolls up since 2004 */
  3. First to say.. by Anonymous Coward · · Score: 0

    Let me be the first to say "What?"

  4. Excellent by GlassUser · · Score: 1

    Maybe this will make it easier for first posts?

  5. It's MADNESS! by ColonelFubster · · Score: 2, Insightful

    How many of these must we be assalulted by? T3h funnays are lost.

    --
    :-M
  6. Enough already! by Chanc_Gorkon · · Score: 5, Interesting

    Courtesy of Wikipedia:

    "Traditionally, pranks are supposed to end by noon. Those done afterwards are supposed to bring bad luck to the perpetrator."

    --

    Gorkman

    1. Re:Enough already! by Anonymous Coward · · Score: 0

      Could be that the editors posting these pranks are in Alaska - there's still a while before noon up there...

    2. Re:Enough already! by SoTuA · · Score: 1

      where's the "+1, hope it's true" mod option when you need it?

    3. Re:Enough already! by bioart · · Score: 1

      I guess that depends on your time zone...

      --
      -- Huh?
    4. Re:Enough already! by Fwonkas · · Score: 4, Informative

      Which is immediately followed by: "However, this is not universally adhered to, and many of the hoaxes listed below appeared after noon. Anyone who fails to respond to the tricks played on them in the proper spirit of tolerance and amusement will also suffer bad luck."

      --
      COMPUTER! Whatever happened to Blueberry Muffin?
    5. Re:Enough already! by Anonymous Coward · · Score: 0

      thing is, slashdot transfers "bad luck" to those webmasters unlucky enough to get linked to on a front page post.

    6. Re:Enough already! by abiessu · · Score: 1

      Yes, but on whose midnight did the 'pranks' start, and on whose noon are they supposed to end?

      --
      Let S_n = {nst+us+vt : s,t in Z \ {0}, u,v in {-1,1}}. For all n in Z where |n| > 2, Z \ S_n is infinite... right?
    7. Re:Enough already! by pclminion · · Score: 1
      Has it occurred to you that this might not be a joke? Technically, I see no reason why what they are claiming shouldn't be possible. There is nothing on the site that might give away the fact that it's a hoax. The last site update was (apparently) on 3/28/2005.

      I think you've jumped the gun.

    8. Re:Enough already! by hackstraw · · Score: 1

      "Traditionally, pranks are supposed to end by noon. Those done afterwards are supposed to bring bad luck to the perpetrator."

      Would you consider a mass migration of readers from slashdot bad luck or karma?

    9. Re:Enough already! by Anonymous Coward · · Score: 0

      A superstition, on Wikipedia, on Slashdot.

      That piece of information is THREE KINDS of true. Original poster, I salute you!

    10. Re:Enough already! by Anonymous Coward · · Score: 0

      You're forgetting that Wikipedia is bullshit.

    11. Re:Enough already! by Anonymous Coward · · Score: 0

      Anyone who fails to respond to the tricks played on them in the proper spirit of tolerance and amusement will also suffer bad luck.

      Big deal... When was the last time any of the "I hate today" crowd got lucky?

    12. Re:Enough already! by Chanc_Gorkon · · Score: 1

      Be serious. I mean really. One who says such thing doesn't know that Gentoo requires you to compile almost every damn thing. How can you compile the NT Kernel without source???

      --

      Gorkman

    13. Re:Enough already! by Anonymous Coward · · Score: 0

      Just because it's appearing on /. after noon doesn't mean the prank was done after noon. I read this on the Gentoo planet first thing this morning (EST).

      That said, I'm not entirely sure this is a prank though. The web page gets awfully technical, doesn't have much content that would be found funny, and makes no disclosure that it is a joke. My gut tells me it's a prank, but I'd be unwilling to bet on it.

    14. Re:Enough already! by Anonymous Coward · · Score: 0


      You don't have to compile every damn thing -- obviously, you can't have compiled the kernel under which the compiler would have to be running while it was compiling the kernel under which it would have to be running while it compiled the kernel....

      you get the idea.

    15. Re:Enough already! by archen · · Score: 1

      Gentoo does not require you compile anything, you can use precompiled packages. There is also the Gentoo project for OSX which as far as I know doesn't mess with the base system at all.

      Besides which this is aready somewhat possible. The NetBSD pkgsrc system (also derrived from FreeBSD ports) can run on Iterix (a.k.a Windows Services for Unix). The driver support and such is of course bullshit, but it's quite possible that we could one day see some form of gentoo on NT.

    16. Re:Enough already! by mhesseltine · · Score: 2, Funny

      Has it occurred to you that this might not be a joke? Technically, I see no reason why what they are claiming shouldn't be possible. There is nothing on the site that might give away the fact that it's a hoax. The last site update was (apparently) on 3/28/2005.

      I think you've jumped the gun.

      Since this is a Linux story, shouldn't your last line read:

      I think you've jumped the GNU.
      --
      Overrated / Underrated : Moderation :: Anonymous Coward : Posting
    17. Re:Enough already! by grolschie · · Score: 1

      "Traditionally, pranks are supposed to end by noon. Those done afterwards are supposed to bring bad luck to the perpetrator."

      Ok, I call BS. Where does this "bad luck" come from, and who/what person/force/deity causes it to come to pass?

  7. Sick of these stupid AFJs... by uberslack · · Score: 0, Redundant

    but then again, ain't we alls.

    --
    Just because you're paranoid does not mean that the world is not full of assholes.
  8. Real by Anonymous Coward · · Score: 0

    Is this for real? Wow.

  9. Stop Complaining by Anonymous Coward · · Score: 3, Insightful

    Taco only gets to blow off steam by trolling readers this much once a year.

    Last year it was posting the evil bit story 12 times.

    This year it's posting obviously parody/satirical stories, a little too obvious to be good April Fool's jokes as someone pointed out.

  10. a note by Anonymous Coward · · Score: 1, Interesting

    The page says it was updated 03/28/05. Maybe not an April Fools dealie?

    1. Re:a note by ettlz · · Score: 1

      I'm somewhat mystified on this one. Because the core idea of having something unicine running on top of NT is, from what I've heard, not impossible. It supposed to be at least possible to implement Linux system calls over the NT HAL (I don't know how much of the Executive would be left over --- see this diagram of NT's structure).

    2. Re:a note by tomhudson · · Score: 0, Troll
      Since it's taking forever to load ...
      GeNToo - Gentoo on the NT kernel

      1. Introduction

      Why GeNToo?

      Short answer: Gentoo is about nerdiness.

      Long answer:

      A very frequent complaint in the open-source community is the Linux kernel's poor interactive performance and sometimes lackluster penis support. While the most common (and older) hardware is usually supported, the latest and greatest seldom is. In particular, laptop dancers, punters and "gadgets" take a long time to receive proper, stable drivers, even from Linux-friendly vendors (c.f. ipw2100).

      Also, the we have been receiving feedback from lusers who are upset about what they perceive as an embarrassing string of bad 2.6 kernel hogan releases. They are fed up with show-stopping bugs in the virtual alzheimer memory manager, real-time clock anomalies on suspend and other unfortunate "features".

      If we allow ourselves to think out of the cereal box, we will realize that the Microsoft NT kernel is an alternative to Linux, that is both somewhat proven, though not quite commercial-grade. It has support from nearly all hardware vendors in the world, and practically every PC comes with an license for the NT kernel. This means: the monetary cost of a copy of the NT kernel is close to non-existent for the average end-user, especially with bittorrent.

      So, let's use it!

      How?

      The first thing to be aware of, is that the NT kernel has an ill-defined interface to lusermode, which does not favour the Win32 API (at least not overly much), but provides wrappers to ensure the BSOD experience stays constant. Just as glibc can be seen as a wrapper around the Linux usermode interface, the Win32 API is a wrapper over the native NT SCO code. In fact, NT goes one step further and formalizes such a glad cling-wrapper as a submarine sandwich.

      Microsoft itself ships its NT-based products with subsystems for Win32 (the most evolved), POSIX (a very minimal and rather useless implementation), OS/2 (even less useful than their POSIX subsystem), DOS and Win16 (also known as Windows-on-Windows [WOW]).

      Unfortunately for us, the POSIX facilities provided by Microsoft are as shoddy as everything else from The Beast, and clearly inadequate for running any decent set of Unix OR Windows programs. This shortcoming was apparent to Rodney Dangerfield, who said "NT won't get any respect intil it has a POSIX layer", named OpenNT. This subsystem provides mmap'ed files, full POSIX.1 with terminally ill facilities, Berkeley suckets, and also perl, Korn shell, X11 and a virtual sex daemon. In fact, this subsystem turned out to be so well done that it was bought by Microsoft, renamed to Windows Services for NT, and is now made availble for free on their web page as Windows Terminal Services for Unix (STFU).

      Unfortunately, the publicity around STFU stopped after it was consumed by Microsoft, but see SunExpert Magazine, March 1998, for a detailed technical review. These days, some references to STFU can be found in the Microsoft KnowledgeBase, such a description of STFU/OpenNT as an ideal for "peer-to-pear filesharing environment to bootleg the Win32 subsystem".

      Using a full NT/XP/2K installation with Windows Terminal Services for UNIX (STFU), you get access to all important GNU tools, as STFU bundles the GNU tool bal and chain, shells, sed, awk, emu, crow, the works, compiled natively against the POSIX layer provided by STFU. This means: practically every command-line tool in STFU is a POSIX executable and has a man page and a weird info doc.

      Windows Terminal Services for UNIX - STFU. Whodathunkit?
  11. David Letterman... by nebaz · · Score: 1

    also likes to beat a gag to death...It's an interesting form of humor.

    --
    Rhymes that keep their secrets will unfold behind the clouds.There upon the rainbow is the answer to a neverending story
    1. Re:David Letterman... by ColonelFubster · · Score: 1

      No. No, it's not. It's un-interesting and un-funny. Like David Letterman. See how it goes?

      --
      :-M
    2. Re:David Letterman... by Anonymous Coward · · Score: 0

      I think Letterman is kind of clever. He says a lot of subtle things that I don't think just anybody would catch. Obviously, he's better than Leno...

    3. Re:David Letterman... by ttrafford · · Score: 1

      Beating it to death is a tradition. ./ is the 4/1 aggregator.

  12. Wikipedia by calibanDNS · · Score: 2, Interesting

    http://en.wikipedia.org/wiki/April_1%2C_2005
    Read that list and you won't need to hang out all day to see which ones /. picks up on. There, now you can all go out and enjoy the day. Note: Definately read the article about Microsoft introducing World of Wordcraft, the first MMOWP.

  13. Does it MacMini? by The-Bus · · Score: 1

    But... does it play ogg?

    --

    Small potatoes make the steak look bigger.

  14. "Aptly Named"??? by Anonymous Coward · · Score: 1, Funny

    Since Gentoo's mascot is "Larry the Cow," I think an aptly named mascot for "GeNToo" would be "Stinky the Cowpie."

  15. It's not noon yet! by Vince · · Score: 3, Interesting

    If you're on the "best" coast, you've still got 15 minutes left!

    1. Re:It's not noon yet! by snuf23 · · Score: 1

      15 minutes? It's still two HOURs and 10 minutes until noon over here.
      And I'm already hungry.

      --
      Sometimes my arms bend back.
    2. Re:It's not noon yet! by joe_bruin · · Score: 2, Insightful

      but how long until lunch?

    3. Re:It's not noon yet! by Anonymous Coward · · Score: 0

      If you need to ask that question, you need to move up the corporate ladder a bit.

  16. April fools? by the_sidewinder · · Score: 1

    Now, with all the april fools joke headlines, this is to much. you wan't be able to tell if a story is real or not on first glance! Oh, the inhumanity!

    --
    /. is not to be used by individuals with high blood pressure or a history of heart attacks
  17. aw man... by jeffy124 · · Score: 1

    it's bad enough waiting for traditional Gentoo to compile under normal circumstances, now I gotta wait for GeNToo to compile me a kernel too!?

    --
    The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    1. Re:aw man... by chucks86 · · Score: 0

      That is unless, of course, you use geNTkernel.

      --
      Help a poor college student. Send a couple cents via paypal to chucks86@gmail.com
  18. I hate you, slashdot editors by Anonymous Coward · · Score: 0

    I think you suck too.

  19. I'm still waiting... by Trailer+Trash · · Score: 4, Funny

    for Taco to dupe an April Fool's post.

    1. Re:I'm still waiting... by Coneasfast · · Score: 1

      what will tickle your noodle later is, was the dupe meant to be an april fool's joke, or a real mistake!

      --
      Marge, get me your address book, 4 beers, and my conversation hat.
    2. Re:I'm still waiting... by SmokeHalo · · Score: 5, Informative

      How 'bout this one and this one?

      --
      I'm not good in groups. It's difficult to work in a group when you're omnipotent. - Q
    3. Re:I'm still waiting... by edwdig · · Score: 1
  20. Well on their way to getting /.ed by Anonymous Coward · · Score: 0

    Serves them right tbh

  21. CoLinux by sfcat · · Score: 1

    I think this isn't real, but wouldn't this be just like the CoLinux discussed last year. Running the linux kernel as a process on the NT kernel just like a vertual server. I still don't really understand the purpose of such a piece of code since emulators would do the same job in a more abstract way. Anyway, will anything real be posted today?

    --
    "Those that start by burning books, will end by burning men."
    1. Re:CoLinux by eean · · Score: 1

      No, no it doesn't. This project is porting Gentoo to the NT kernel, the same way Gentoo is being ported to the BSD and Solaris kernels.

      I'm not sure its an April Fools joke. If it is, its violating the number one rule of April Fools jokes, include the date somewhere. The only date is from a couple of days ago.

    2. Re:CoLinux by hawaiian717 · · Score: 1
      Anyway, will anything real be posted today?

      Yes, the iPod Socks article is real. Old, but real.

      --
      End of Line.
  22. These jokes aren't funny. by Mustang+Matt · · Score: 1

    Did anyone laugh? Maybe I'm getting grumpy in my old age but these jokes aren't even making me smile.

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
    1. Re:These jokes aren't funny. by ifwm · · Score: 1

      It's not you. They just aren't funny.

  23. Live a Little... by warriorpostman · · Score: 2, Insightful

    Come on, loosen up...this one was Funny! Way funnier than the space shuttle one.

    Although, is there always this much fake-posting on April 1?

  24. /.ing whores. by jsrlepage · · Score: 1, Insightful

    you nearly killed their server, you slashdotting whores.

    --
    This is my opinion. Everyone has a right to my opinion.
  25. How is this by ColonelFubster · · Score: 2, Insightful

    insightful?

    --
    :-M
    1. Re:How is this by ColonelFubster · · Score: 1

      DON'T PATRONIZE ME.

      --
      :-M
  26. Best whack idea yet. by smittyoneeach · · Score: 4, Funny
    No graphical subsystem. We do not provide X11. This requires major work, and is not likely to change in the near future. Poor network support. While the drivers work, the user mode tools do not exist in POSIX form. This is being worked on. In the meantime, we are making available some Win32 text-mode tools, but these require you to install a minimal Win32 subsystem. No configuration tools. The NT kernel is designed to be controlled via the registry. While we do provide a minimal registry editor, it is unfortunately rather difficult to use for non-experts to do any kind of configuration. We are considering various options here, the most likely candidate being a /proc-like filesystem as an interface to the registry. No partitioning tools. We don't (yet) have fdisk, so all partitioning must be done before installation. GUIs come, and GUIs go, but the CLI goes on forever. Emacs.
    Networking is of course critical.
    The thought of an emacs customization buffer supporting the Windows registry is at least seven kinds of perverse. :)
    The partitioning tools are the least concern. If it's a multi-boot, and you have to provide a licensed XP (regardless of whether you agree, do uphold the law), you probably aren't starting wholly from scratch on this project.
    The really interesting thing to do with this would be to give the NT kernel a User Mode Linux wrapper, and then let the little NT byotch-process run all of its little hardware drivers. I would love to flex my HP 11g duplex laser printer under my 'regular' Gentoo boot...
    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    1. Re:Best whack idea yet. by WillAffleckUW · · Score: 1

      No graphical subsystem. We do not provide X11. This requires major work, and is not likely to change in the near future

      Just use apt -get Xapr11

      should be live now.

      --
      -- Tigger warning: This post may contain tiggers! --
    2. Re:Best whack idea yet. by smittyoneeach · · Score: 1

      Don't you need to emerge sys-tools/apt first? Or is there an rmp for that?

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    3. Re:Best whack idea yet. by WillAffleckUW · · Score: 1

      Don't you need to emerge sys-tools/apt first? Or is there an rmp for that?

      Good point. However, the GenNToo variant of this is called ramp - apparently there's an NT kernel program called rmp that it conflicts with.

      Naturally, you can always just issue the native command:
      let -dOwN -ur shield -s

      This will enable remote patching of the OS by the Net, and broadcast the message [on port 69]:
      IaM -rdy 4 -hack -ng

      Then MSFT will find your kernel and fix it for you, within generally four business days.

      --
      -- Tigger warning: This post may contain tiggers! --
    4. Re:Best whack idea yet. by smittyoneeach · · Score: 1


      Gosh, Will, you're swell.
      You're way cooler than that sap, Ben.
      Golly, but this GennNToo stuff is really keen.
      I wish M____ S___ would just dry up, sometimes.
      </if Beaver Cleaver could have been a h4x0r>

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  27. In Other News... by technomancer68 · · Score: 1

    In Other News... Farmer O'Brian is complaining about his pigs flying out of the pen. He's pretty sure they are flying towards the gates of hell, since it is nice and cool there ever since it began thawing from it's recent freeze. And stay tuned, when we get back we will tell you of a new product on the market that actually removes the dihydrogen monoxide from water!

    --

    The Technomancer
    "Men of lofty genius when they are doing the least work are most active."-
  28. umm... by underactive · · Score: 4, Funny

    Error 404: Funny Not Found

    --
    my other computer is your Windows(tm) box...
    1. Re:Umm... by technomancer68 · · Score: 1

      hehe.. good call! I didn't even realize that when I wrote it.. :-D

      --

      The Technomancer
      "Men of lofty genius when they are doing the least work are most active."-
    2. Re:umm... by glsunder · · Score: 1

      Error 420: Funny Found

  29. WHAT DOES THIS HAVE TO DO WITH GOOGLE???? by Anonymous Coward · · Score: 0

    4 more baby!

  30. Second to say.. by Anonymous Coward · · Score: 0

    Let me be the second to say "What?"

  31. Re:Upcoming stories (for tomorrow) by tomhudson · · Score: 1

    Roland Pipsqueak is having a good day, I guess.

  32. "Aptly named"? by n6kuy · · Score: 1

    You mean, "emergely named", don't you...?

    --
    If you disagree with me on social issues, then it's pretty clear that you are a narrow-minded bigot.
  33. 1.04.2004 by Anonymous Coward · · Score: 0

    These. Posts. Stink.

  34. Whats the difference between Letterman and Leno? by Anonymous Coward · · Score: 0

    Anyone? Anyone?
    Leno makes people laugh...people just watch Letterman and think "Good God you're a fucking moron".

  35. Re:First Post, yet no one cares, but, still... by davidsyes · · Score: 0, Offtopic

    It wouldn't hurt to "Ask microsoft's Martin Taylor about Linux vs. windoze"?

    He might fall for it... ye never know... it could be Halloween Papers version x...

    --
    Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  36. Umm... by n6kuy · · Score: 1

    "He's pretty sure they are flying towards the gates of hell,..."

    "Gates" should be capitalized, no?

    --
    If you disagree with me on social issues, then it's pretty clear that you are a narrow-minded bigot.
  37. The current alpha of GeNToo has a few flaws by WillAffleckUW · · Score: 1

    First, if you carefully read the splash page, you'll notice that it incorrectly has a Copyright 2005 Disney Corporation notice above the Copyright 2005 Microsoft Corporation notice.

    I think this is due to their addition of the unstable Hillary Duff song module to the platform, which as we all know has a required royalty payment, and is thus incompatible with most Open Source implementations, unless you're using a Sony DDR memory stick for data transfer, which includes the patch in its kernel. It's hard to access, though, so you have to mount the DDR with the mount -xpladocious parameter or it won't work.

    Once you get past that, you'll see that they also had to bundle in a flawed version of GIMP that only includes man pages up to version 0.8.5 - not too hard to fix, but a bother nonetheless.

    I think I'll wait till they get this release a bit more stable. Like maybe next year, is my guess, when they should go live on 1-Apr-2006.

    --
    -- Tigger warning: This post may contain tiggers! --
  38. ummm by Anonymous Coward · · Score: 0

    april fools after midday?

  39. Slashdot poster claims someone is wasting his time by Anonymous Coward · · Score: 0
  40. I THINK IT MAY BE REAL!!! by AKAImBatman · · Score: 1

    *happy dance* *happy dance* *doing the happy dance!*

    If you check the FAQ for the project, they say that it is a REAL project! There's even installation instructions to get it up and running! Now if you bozos would stop slashdotting the damn thing into the next century, I might be able to try it out!

    *happy dance* *happy dance* :-D

    1. Re:I THINK IT MAY BE REAL!!! by Anonymous Coward · · Score: 0

      you are joking right? look at the date.

    2. Re:I THINK IT MAY BE REAL!!! by AKAImBatman · · Score: 1

      1. No, I'm not joking.

      2. Look at their last modified date on the website. 2 days ago.

      3. That's one hell of a lot of effort for just a joke.

    3. Re:I THINK IT MAY BE REAL!!! by Syberghost · · Score: 1

      Ok, follow those instructions. Start with downloading the script. Good luck.

    4. Re:I THINK IT MAY BE REAL!!! by Ciaran_H · · Score: 1

      2. Look at their last modified date on the website. 2 days ago.

      I don't think they could have done all this in one day. That's why it was last modified 2 days ago.

    5. Re:I THINK IT MAY BE REAL!!! by AKAImBatman · · Score: 1

      Well, I've emailed the architect to get the real story. With any luck, we'll know the truth shortly.

    6. Re:I THINK IT MAY BE REAL!!! by AKAImBatman · · Score: 1

      Ok, bad news. The "architect" has just confirmed it to be a prank. He did mention that it wasn't far fetched, though, and what they really need is the source code to the Internix(STU) project to make it happen. He's speculated that it may be possible to get Microsoft to "Shared Source" the library. :-) /ME stops happy dance and sighs

  41. Not interested.. by d_jedi · · Score: 1

    It provides a complete text-mode Gentoo environment

    Useless.
    (And no, I didn't RTFA, TFA is /.ed)

    --
    I am the maverick of Slashdot
  42. That's it. by Anonymous Coward · · Score: 0

    I'm going to go read The Register.

    1. Re:That's it. by diegocgteleline.es · · Score: 1

      I'm going to go read The Register.

      No kidding...The register is great! I just checked it and saw this entry about Jobs going to IKEA!. Or should I say iKea?

  43. What, you guys still don't get it?? by nappingcracker · · Score: 0, Troll

    Admins, you rock!

    th'umor snot loss tommy!

    --
    |plastic....or gasoline?|
  44. Further Research... by tsanth · · Score: 5, Interesting

    The screenshots leave much to be desired. Their bootlog.txt, likewise, looks hacked together from a standard NT boot and a CLI transcript. Plus, their Quick Install Reference mentions a "nt-isocreator.sh" script which is missing from the main page, pending a blessing from their lawyer friend.

    Perhaps someone could check on #gentoo-nt on irc.freenode.net (also from the quick-install ref) to see what's up?

    Assuming this is a joke, kudos to them for back-dating the page; I'm now curious.

    1. Re:Further Research... by falconed · · Score: 3, Funny

      I just want to know when we can emerge slammer.

      --
      USE='clever' emerge -u sig
    2. Re:Further Research... by ntr0py · · Score: 1
      According to #gentoo-nt on irc.freenode.net, it's for real.
      15:20 <ntro> so, i'm sure you guys have answered this question hundreds of times today, but i've got to know
      15:20 <ntro> is it a joke?
      15:20 <kbrooks> no
      15:20 <nick125> ntro: nope
      15:21 <nick125> bonsaikitten: add something to the topic "No, this is not a joke." :)
      There seems to be quite a bit of traffic in there now, mostly slashdotters asking whether or not it was real. It looks like they're getting tired of answering the question.

      WTG posting this on 2005-04-01, CmdrTaco.
    3. Re:Further Research... by ASkGNet · · Score: 1

      According to topic
      http://gentooexperimental.org/screenshot.png
      is "when things go wrong"

      VxD's under NT OS? I don't think so

    4. Re:Further Research... by Anonymous Coward · · Score: 0
      Assuming this is a joke...
      Please, please, please tell me YOU are joking. Are the Slashdot tools really this humorless?
    5. Re:Further Research... by tsanth · · Score: 1
      Are the Slashdot tools really this humorless?
      I fancy myself as "curious." As far as I know, it's considered common practice to date AFJs as actually happening on April 1st. The fact that the page is back-dated made me think that this is actually serious.

      -and, judging from P's sibling post, it may very well be.

      Of course, there's the possibility that the regulars in that channel are conspiring to pull a fast one on everyone... but really, need we go into conspiracy theories about this?
    6. Re:Further Research... by zootm · · Score: 1

      Well spotted! It's a pity if this isn't real -- it strikes me as a very good idea (in particular, all the stuff on the page is pretty authentic, and their description of the NT kernel is correct to the best of my knowledge of it). On the other hand, that screen might be the joke...

  45. Stop it, it's too late in the day! by bad_outlook · · Score: 0, Redundant
    Traditionally, pranks are supposed to end by noon. Those done afterwards are supposed to bring bad luck to the perpetrator.

    http://en.wikipedia.org/wiki/April_Fool%27s_Day

    consider yourself warned!

    bo

    1. Re:Stop it, it's too late in the day! by SmokeHalo · · Score: 1

      Somewhere in the world, it's still before noon.

      --
      I'm not good in groups. It's difficult to work in a group when you're omnipotent. - Q
    2. Re:Stop it, it's too late in the day! by bad_outlook · · Score: 1

      Damn, right you are. I hate how Americo-centric we are. Sorry for the error /. editors, and thank you, may I have another? bo

  46. The Vatican is beta-testing GenNToo already by WillAffleckUW · · Score: 1

    They say that the white smoke generator addition has a few bugs in it, but they haven't had to reboot in over three weeks.

    --
    -- Tigger warning: This post may contain tiggers! --
  47. And I thought... by Gopal.V · · Score: 1

    And I thought Gentoo for Solaris was a joke .... Maybe the Ubunu Co-Linux thing should have been announced tonight.

  48. Thank you sir, may I have another. by kk49 · · Score: 1

    WHAP!

    --
    You can have your god back when you are old enough to handle the responsibility.
  49. Re:First Post by dfn5 · · Score: 1
    I think everyone is just a little bit tired of this.

    Not me. I think it's wicked funny.

    --
    -- Thou hast strayed far from the path of the Avatar.
  50. It would be vaguely believable if ... by AlanS2002 · · Score: 0

    the story was about them having a version that ran on NTFS.

    --
    Not all conservatives are stupid,
    but it is true that most stupid people are conservative.
    - Hume
  51. CHILL! by DoubleD · · Score: 1

    One day a year, one freaking day a year, people not only get a chance to but are expected to leave seriousness behind and have a little fun.

    Slashdot is being slashdot and reporting on funny April 1st news for nerds from all the usual suspects (Gentoo, Gaming, Geek toys, Google, etc).

    Now Colonel Stickinthemud go tie someones shoelaces together, tell your boss your project is done on time and within budget, and maybe even have a little fun.

    --
    "He is no fool who gives what he cannot keep in order to gain what he cannot lose."
    1. Re:CHILL! by ColonelFubster · · Score: 1

      HEY. DON'T PATRONIZE ME.

      --
      :-M
  52. Film at 11 by Anonymous Coward · · Score: 0

    n/t

  53. Serious Foolishness by buckhead_buddy · · Score: 3, Insightful

    The April Fools "pranks" that I have come to respect the most are those that use the cover of a silly prank to challenge an idea or convention that's too ingrained to even bring it up without that cover.

    Something like the Pope entering a purely vegetative state before making his thoughts known on the subject as they apply to him personally. You'd get roasted alive as a heathen and heretic for even mentioning this possibility, but properly couched in an April Fools story, it'd give the avenue to address a previously inexpressible idea (due to social conventions).

    This type of Gentoo on NT is probably a good geek equivalent of that, but I'm disappointed that there are fewer examples of the trend. Admittedly, any real conversation probably wouldn't happen today (if ever on Slashdot), but using the cover of April Fools pranks to break social conventions is probably the best and most justifiable use of the day. I just wish more constructive discussion had been generated from expressing the inexpressible.

    1. Re:Serious Foolishness by ArsonSmith · · Score: 1

      I'd put Parrot in this boat as well what started as an april fools joke turned into a real project.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
  54. April Fools, and yet... by spoonboy42 · · Score: 1

    This isn't as crazy an idea as it sounds. Gentoo runs on several non-Linux systems as it is, including FreeBSD, OpenBSD, and OS X. Why not port Gentoo to cygwin, a suitably UNIX-like environment which already exists on windows? The required devtools are already available with cygwin, and could be used to bootstrap portage and the gentoo base system. Sounds fun.

    --
    Anonymous Luddite: "What do you think of the dehumanizing effects of the Internet?"
    Andy Grove: "Not Much."
    1. Re:April Fools, and yet... by Anonymous Coward · · Score: 0

      Tried it. It was a painful experience but I did manage to get a couple of early versions of portage running in cygwin.

      Biggest problem I had was authenticating the user since portage likes to run as root. Never really got too worried about it as I was just "seeing if it might work" so I just commented out the portion of portage that checked which user you were.

      I never did go as far as trying to bootstrap a whole system though.

    2. Re:April Fools, and yet... by Pantheraleo2k3 · · Score: 1

      Cygwin was mentioned in the article, and they said (in nicer terms) that it was too crappy to work with.

  55. Possible? Yes. A good idea? I don't think so by mollog · · Score: 1

    I think the NT microkernel might be portable, but is it really worth porting? Seems like the worst of both worlds; an unstable, flaky kernel supporting an immature front-end. If the idea of an OS/2 kernel to support a GUI were to come up, that would be worth doing.

    --
    Best regards.
    1. Re:Possible? Yes. A good idea? I don't think so by ettlz · · Score: 1

      How much different is the OS/2 kernel from NT, given the shared development history, etc.?

    2. Re:Possible? Yes. A good idea? I don't think so by mollog · · Score: 1

      While I believe that Microsoft hacked as much of IBM OS/2 into their work as they could, I believe that the fundamental architecture is different. I believe that the MS kernel has drivers running in the supervisor level, where the OS/2 kernel didn't. The OS/2 operating system was vray stable and could run other operating systems as client programs. If they crash and burned, OS/2 would blithly keep running, never the worse for wear. Last night, when I couldn't sleep, I was considering getting out an old copy of OS/2 and loading it onto some new hardware to see what happened.

      --
      Best regards.
  56. Gentoo for NT actually exists! by Anonymous Coward · · Score: 3, Informative

    This isn't an April Fools joke.

    Gentoo for NT actually does exist:
    https://sourceforge.net/projects/gentoocygwin/

    1. Re:Gentoo for NT actually exists! by argent · · Score: 2, Funny

      Cygwin Delenda Est

  57. God, I'll be glad when this day is over. by Darth+Daver · · Score: 1

    April Fools is the bane of all news junkies.

  58. It Doesn't Matter What the Kernel Is by sabat · · Score: 1

    You still owe your $599 SCO license fee, you slack-off losers!

    --
    I, for one, welcome our new Antichrist overlord.
  59. The posting date is March 31 by argent · · Score: 1

    Of course they could have back-dated it, but Interix is real and does run as its own subsystem. This is by no means impossible or even outrageous.

  60. Ok, this one is wayyyyy toooo lame! by Anonymous Coward · · Score: 0

    I'm still in the mood for jokes today but I'd love to see some GOOOD creativity! This one is just childishly lame. Your ex just called....she's with the IRS now.

  61. This is Sheer Genius... by Waffle+Iron · · Score: 2, Insightful
    ...building on the biggest strengths of two diverse platforms. They're combining the user-friendliness and intuitiveness of the UNIX command-line UI with the rock-solid elegant architectural foundations of Microsoft Windows.

    I think it's a sure winner.

    1. Re:This is Sheer Genius... by argent · · Score: 1

      the rock-solid elegant architectural foundations of Microsoft Windows.

      NT is not Windows. And is potentially quite an interesting platform if it could ever jettison the Win32 carbuncle.

  62. Re:Whats the difference between Letterman and Leno by Andreas(R) · · Score: 2, Funny

    "Will it float, will it float? Will it foat, Wiiiillll it floooaaaaatttt????!?!????"

  63. Read it wrong by gammygator · · Score: 2, Insightful

    Is it beer:thirty yet? I read

    "Gentoo meta distribution based on the NT kernel"

    as

    "Gentoo mentally masterbates on the NT kernel".

    Jeesh.

    --

    No Nyarlathotep, No Chaos
    Know Nyarlathotep, Know Chaos
  64. Does it run Azillom? by Anonymous Coward · · Score: 0

    The group in charge of continued development of the Mozilla Suite has chose a name!

  65. Assuming that this could be done... by emil · · Score: 1

    ...doesn't Debian have more exposure to running on alternative kernels? (i.e. Debian/NetBSD, Debian/HURD)

  66. No, it's the other way 'round by Anonymous Coward · · Score: 0


    Tards watch Leno because they like the hooting and pretty colors. People watch Letterman to be genuinely entertained.

    They're American programs, so guess which one is winning in the ratings?

  67. Re:*Sigh* by smittyoneeach · · Score: 1

    I emailed the on-duty editor with a plea of "less is more", but that effort was apparently washed away in a crapflood.

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  68. Rabid, Closed Minded Moderators by Anonymous Coward · · Score: 0

    *Hehehe* It looks like even making the suggestion that there is a way to discuss a controversial issue is enough to get slash moderators to mod you down. You should have stuck with a suitably inoffensive idea to try and get your message across.

  69. One word: by Anonymous Coward · · Score: 0

    Cheeeeeeesseeeesy!!

    C'mon it's not like they're even trying anymore.

    In other news today, a man mated with his dog, he died due to a dog's infectious disease. Now his dog wife wants insurance money. His dog daughter wants to become a cat and marries George Bush.

    See... that's not even trying. It sounds more interesting than all the corny news on /. today.

  70. Copyright Date by Anonymous Coward · · Score: 0

    I think it is funny how they didnt even look to change the copyright date at the bottom of the page. 2001-2003. Last time I checked it was 2005.

    Slashdot got /.'ed I can't log in.

  71. "Cooperative Linux" by lkcl · · Score: 1

    ... i don't understand.

    this could _so_ easily be real.

    1) NT is a Mach Kernel, and has _three_ subsystems that i know of - POSIX, OS/2 and Win32. the POSIX subsystem has been implemented once by microsoft and independently by opennt.com (can't find them any more).

    2) Cooperative Linux is a port of linux to userspace as a Win32 application.

    it would actually be pretty sodding easy and doable.

    1. Re:"Cooperative Linux" by argent · · Score: 2, Informative

      NT is a Mach Kernel

      NT is not based on Mach, but it has similarities in its design.

      the POSIX subsystem has been implemented once by microsoft and independently by opennt.com (can't find them any more)

      Try Windows Services for UNIX, which is based on the POSIX subsystem and what this alleged GeNToo is based on.

    2. Re:"Cooperative Linux" by Foolhardy · · Score: 1

      http://world.std.com/~mikep/machpaper.html: a page that has a good overview of the design differences between the Mach and NT kernels. They have a lot in common but aren't the same, especially in implementation.

  72. Make it more believable by borroff · · Score: 1

    I'd be more likely to believe these April Fool's articles if I saw a Cmdr. Taco dup or two...

  73. OSBSOD by OmegaBlac · · Score: 1
    Aptly named GeNToo, is it a step towards bringing Windows closer to open source?
    Only if I am allowed to fork and customize my own version of a BSOD. ;)
    1. Re:OSBSOD by tepples · · Score: 1

      You can already customize the BSOD screensaver.

  74. Is this really a joke? by dillee1 · · Score: 1

    According to this, they claim it is real.

    "You must be kidding!

    No, we're quite serious. Finally you can get the best of both worlds! The Win32 subsystem is such a mess, the Linux kernel is a mess. Once you have the GNU tools on the NT kernel, you get a very solid OS that even rivals Solaris 10 in many respects."

  75. Puts foot down, places in mouth in readyness by Anonymous Coward · · Score: 0

    ENOUGH ALREADY! We got it... We got it...! Stop!!!!!!!!!!!

  76. Ok, this is getting old. by MerlinTheWizard · · Score: 1

    April 1st should be a day off for Slashdot.

  77. The Creative Commons by lousyd · · Score: 1

    For one thing, I would actually like to see this. For another thing, this is a fantastic example of the usability of open copyright licenses, a la Creative Commons in this case.

    Because the Gentoo website is in the creative commons, a person was able to make this funny joke for us, without infringing on someone's copyright.

    --
    If aspiration is a virtue, achievement cannot be a vice.
  78. Strong doubts by Kaseijin · · Score: 1
    There's even installation instructions to get it up and running! Now if you bozos would stop slashdotting the damn thing into the next century, I might be able to try it out!
    The site is fine. The installation scripts are allegedly offline pending legal clearance, the stageball is 404, and there's no 'tinynt-logger' in portage, so good luck with those instructions. On a technical note, development of GeNToo could hardly avoid producing Portage on Interix on full Windows (Genterix?)--with less effort, more immediate software, less potential controversy, and no legal risk, it would have been a logical milestone--but it doesn't seem to exist.
  79. Anyone notice in the bootlog... by tlhIngan · · Score: 1
    The following line:

    localhost$ uname -a
    Interix SKY 3.5 SP-8.0.1969.1 Sat Feb 12 08:21:29 Local time


    Would this be the beginning of SKYNET?
    1. Re:Anyone notice in the bootlog... by user32.ExitWindowsEx · · Score: 1

      no, SKY.NET :P

      --
      "Evil will always triumph because good is dumb." -- Dark Helmet
  80. ReactOS is still real by mnmn · · Score: 1

    and a very cool project. I cant wait to run the latest win32 opengl games on reactOS, as soon as it has a reasonable commandline and complete API. The last time I was so excited by an OS was when I discovered Linux in 1996. ReactOS will be the project to take desktop from Microsoft, and give it to un*x.

    I ran the test iso on vmware, wasnt impressed. Plus it crashed a few times. However being a free project its here to stay, and can only grow.

    --
    "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
  81. MOD PARENT DOWN by Anonymous Coward · · Score: 0

    Nobody cares!

  82. Re:*Sigh* by Robotron23 · · Score: 1

    Indeed, its a pity some mistook this comment as a troll, as it was simply criticising the editors.
    I feel your pain dude, lets hope next April on /. is better :)

  83. April fools tends to catch you a few days later.. by NoMercy · · Score: 1

    I check though the sub-groups for any interesting news that has come over the past week, stumble over some odd things to look at, and only then later check the date :)

    Kinda wish they'd take them down once the days over, it's not supposed to be april fools month, just the 1st.

    But a nice gag anyway, first one I've fallen for in ages, mainly because I didn't have my guard up :)

  84. GeNToo: Perhaps a reality? by Anonymous Coward · · Score: 0

    Hi All,
    I also saw this (namely on the gentoo-dev mailing list) and thought... why not? So, I've actually begun the job of porting Gentoo to SFU.

    http://forums.gentoo.org/viewtopic-p-2276493.html# 2276493

    It's early days, and is nowhere near useful at this stage, but it's a start. Any Portage/Python Gurus, assistance would be greatly appreciated. :-)