Slashdot Mirror


Linus Holds Forth On the Future of Linux

colinmc151 writes "As part of Geekcruises' Linux Lunacy cruise to Alaska, Linus Torvalds was interviewed and answered questions about where he sees the future of Linux with a particular eye towards developers. Great stuff."

3 of 249 comments (clear)

  1. Re:Linus about Mac OS X? by Anonymous Coward · · Score: 5, Informative

    from here:

    On Apple and OS X
    I never much liked Macs. All the interesting stuff is hidden away. They made the base of the house open source, but all the rest of the stuff, the wiring, is their own stuff. I don't want that to happen with Linux.

    [Mac OS X] doesn't give me the warm-and-fuzzies. I actually dislike Mach a lot. I think they made a lot of bad design choices.

  2. Re:Linus about Mac OS X? by axxackall · · Score: 5, Informative
    From the book review:
    Linus discusses why he continues to use a standard kernel as opposed to a microkernel. This discussion basically says that microkernels are not as efficient or easy to use as a standard kernel. The driving force behind Linus not using a microkernel approach is because he believes the parts are bigger than the whole, essentially saying it is more difficult to understand/develop a kernel with a modular approach as opposed to the standard kernel. Microkernels spend lots of time communicating from one piece of the kernel to another where a standard kernel has shared pieces so the communication doesn't have to take place. This specific piece is where the developers of microkernel implementations differ from Linus.
    --

    Less is more !
  3. Re:Linus about Mac OS X? by JamesKPolk · · Score: 5, Informative

    Torvalds against anything proprietary? Where have you been since Torvalds has begun using Bitkeeper (a proprietary RCS) for all his kernel development?