flat assembler
Message board for the users of flat assembler.

Index > MenuetOS > MenuetOS' kernel is monolithic or micro?

Author
Thread Post new topic Reply to topic
fasm9



Joined: 19 Jun 2003
Posts: 439
fasm9 16 Jul 2004, 06:09
Just curious..

--
regards
Post 16 Jul 2004, 06:09
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 16 Jul 2004, 10:24
From what I've seen, it's monolithic
Post 16 Jul 2004, 10:24
View user's profile Send private message Visit poster's website Reply with quote
fasm9



Joined: 19 Jun 2003
Posts: 439
fasm9 16 Jul 2004, 10:30
Can you tell me the difference of them?

i knew linux is monolithic, gnu/hurd and ms-windows is micro.

personally, i like monolithic. don't know why. Wink
Post 16 Jul 2004, 10:30
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 16 Jul 2004, 10:40
Linux is a hybrid; it's monolithic but supports separate modules

GNU/Hurd is based on Mach, and is a microkernel

Windows was based loosely on a microkernel design. but has become increasingly monolithic with each new version.

Monolithic kernels tend to be simpler than microkernels. They build all (or for a modular design) or most of the drivers into the kernel. This is simpler, and tends to be faster.

Microkernels are based on the idea that a kernel should implement little more than a schedular and interprocess communications. In theory they're nice, but outside of QNX they are normally more problematic than a monolithic kernel. On the other hand, they can be more stable since drivers are simply separate programs which can be stopped/restarted independently.

I prefer monolithic kernels myself -- simplicity is always nice Smile
Post 16 Jul 2004, 10:40
View user's profile Send private message Visit poster's website Reply with quote
fasm9



Joined: 19 Jun 2003
Posts: 439
fasm9 16 Jul 2004, 10:55
Linux could be able to run without module, module is just option.

i mean kernel can be recompiled with no-module.(with 0-module, but still have to type in shell, like this, debian:~#make modules_install; /usr/sbin/mkinitrd -o ...)
Post 16 Jul 2004, 10:55
View user's profile Send private message Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 16 Jul 2004, 11:01
I know, but the code to handle modules exists in the source tree, that's why I called it a "hybrid" kernel Smile
Post 16 Jul 2004, 11:01
View user's profile Send private message Visit poster's website Reply with quote
maslan



Joined: 08 Sep 2003
Posts: 54
maslan 17 Jul 2004, 05:28
according to os design and implementation by ast & asw
monokothic : run all drivers(fs and devices) in kernel space
microkernel : run most of drivers in user space and they can connected through messages

_________________
Maslan
I'm searching for perfection so, even if u need portability u 've to use Assembly
---
http://www.maslanlab.org
---
http://libosdk.berlios.de
http://maslanedit.sf.net
http://maslancms.sf.net
Post 17 Jul 2004, 05:28
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.