have you heard of HURD?

Started by
58 comments, last by flangazor 19 years, 5 months ago
so is this a *nix? and how is GNU/Linux any different from GNU/HURD? besides the fact that Linux has peripheral support (ex: sound cards) and is further along than HURD.

Beginner in Game Development?  Read here. And read here.

 

Advertisement
HURD has a micro-kernel architecture
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
Quote:Original post by Magmai Kai Holmlor
HURD has a micro-kernel architecture

?

Beginner in Game Development?  Read here. And read here.

 

HURD is pretty much a joke.

Apparently the linux kernel isn't good enough for the GNU people (no copyright assignment to the FSF, presumably), so they're (slowly, slowly, slowly) working on their own.

It's also a microkernel, which is architecturally different from a monolithic kernel. (like linux)
Quote:Original post by Alpha_ProgDes
Quote:Original post by Magmai Kai Holmlor
HURD has a micro-kernel architecture

?
Think: object oriented, to the point where it hurts performance.

That's about sums it up.
Newsflash: HURD dead, RMS still in denial. Google for details.
complete GNU newbie.

anyone can explain the difference between micro-kernel and monolithic kernel, in layman talk?

links or teh Google won't help... i need this in a language i can comprehend (ie. GPL/LGPL.... geez what a brain teaser)

Beginner in Game Development?  Read here. And read here.

 

Quote:Original post by C-Junkie
Quote:Original post by Alpha_ProgDes
Quote:Original post by Magmai Kai Holmlor
HURD has a micro-kernel architecture

?
Think: object oriented, to the point where it hurts performance.

That's about sums it up.

most OSes are done in Assembly, C or a mixture. is it not?

wonder why they went with OOP C++, so heavily?

good point!
++C-Junkie

Beginner in Game Development?  Read here. And read here.

 

Quote:Original post by Alpha_ProgDes
wonder why they went with OOP C++, so heavily?
Not necessarily OOP, and I don't think it's C++, but the point is that each part of the kernel is severely cut off from each other part, and communicate with messages.

If you really want to know the details, google will come up with something immediately.
Quote:Original post by C-Junkie
Quote:Original post by Alpha_ProgDes
wonder why they went with OOP C++, so heavily?
Not necessarily OOP, and I don't think it's C++, but the point is that each part of the kernel is severely cut off from each other part, and communicate with messages.

If you really want to know the details, google will come up with something immediately.


Isn't it meant to be a security feature that it doesn't even trust itself?

This topic is closed to new replies.

Advertisement