Thread: Linux's GUI slower than windows'....

  1. #31
    Registered User
    Join Date
    Oct 2001
    Posts
    197
    The Unix (so also the Linux) kernel concept is much nicer than the one of a microkernel. There are only five basic operations (read, write, open, close, ulink) everything is based on and a clearly defined filesystem.

    klausi
    When I close my eyes nobody can see me...

  2. #32
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Dean, why do you insist on logging out to do your trolling? It was obvious who that was even before I checked the IP.
    Why do you always get so excited over this. Please keep your penis in your pants. I don't have my password written on my forehead.

  3. #33
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    In case you thought that'd fly dean, you might want to look back and see how you referred to yourself in the 3rd person...I doubt it was as simple as you forgetting your password. You're such a dork.

  4. #34
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    >Well NT/2000/XP doesn't because it's a microkernel.

    Apparently this is not true. Inside Microsoft Windows 2000, Third Edition, by David Solomon -

    Although some claim it as such, Windows 2000 isn't a microkernel-based operating system in the classic definition of microkernels, where the principal operating system components (such as the memory manager, process manager, and I/O manager) run as separate processes in their own private address spaces, layered on a primitive set of services the microkernel provides.
    and

    Windows 2000 is similar to most UNIX systems in that it's a monolithic operating system in the sense that the bulk of the operating system and device driver code shares the same kernel-mode protected memory space.
    If it was a true microkernel it'd be more stable .

  5. #35
    Registered User Nutshell's Avatar
    Join Date
    Jan 2002
    Posts
    1,020
    If i get you guys right, a in a system that uses microKernel, many processes are run outside the kernel, but i a system that doesn't use microkernel, many processes are done in the kernel.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  2. Help Needed With Windows GUI
    By edselman in forum Windows Programming
    Replies: 5
    Last Post: 08-22-2002, 09:38 PM
  3. Windows GUI Programming
    By WebmasterMattD in forum Windows Programming
    Replies: 1
    Last Post: 06-29-2002, 02:22 AM
  4. GUI Programming :: C++ Exclusive
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 01-25-2002, 03:22 PM
  5. Windows GUI
    By orufet in forum C++ Programming
    Replies: 3
    Last Post: 09-04-2001, 05:45 PM