Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Linux Kernel

  1. #11
    Join Date
    Jan 2007
    Beans
    88

    Re: Linux Kernel

    Quote Originally Posted by david_lynch View Post
    No, ******* nt and later are supposedly a "microkernel" design.

    Linux is a monolithic, modular kernel.
    i thought windows and mac os x had a hybrid kernel.

  2. #12
    Join Date
    Apr 2008
    Location
    California Republic
    Beans
    2,657

    Re: Linux Kernel

    Quote Originally Posted by xArv3nx View Post
    i thought windows and mac os x had a hybrid kernel.
    os x = unix = monolithic

    right?

  3. #13
    Join Date
    May 2007
    Location
    Arcadia
    Beans
    420
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Linux Kernel

    Quote Originally Posted by Prospero2006 View Post
    It's not monolithic.
    It's modular.

    Windows is monolithic.


    That's right isn't it?
    It is monolithic. Possibly related:
    http://en.wikipedia.org/wiki/Loadable_Kernel_Module

  4. #14
    Join Date
    Feb 2006
    Location
    San Antonio
    Beans
    347
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Linux Kernel

    Quote Originally Posted by FuturePilot View Post
    No, Linux is a monolithic kernel.
    http://en.wikipedia.org/wiki/Monolithic_kernel
    I'm glad I got that fact straight then.

    Thanks,
    Josh Beck
    Northeast Independent School District
    KSAT (Krueger School of Applied Technologies)
    http://linuxclassroom.com

  5. #15
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Linux Kernel

    Linux is technically monolithic, since most of the drivers are built in. But it's modular at the same time, since a good many can also be separated.

    If the definition of a microkernel is one where drivers are processes, then Linux is monolithic no matter how you look at it. But if by "micro" you mean "split into pieces", then it fits in both categories.

    OS X is built on Mach, AFAIK, which is a microkernel.

    As far as Windows goes, Microsoft says that it's a "hybrid", but a look at Wikipedia shows that for the most part, it's monolithic. It appears as though it has similar driver loading capabilities as Linux does, though.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •