Spam

Questions, comments, and suggestions about this site should go here.
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Re: Spam

Post by Alboin »

Isn't the answer 'Hurd'?
C8H10N4O2 | #446691 | Trust the nodes.
DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Re: Spam

Post by DeletedAccount »

Hey,
That's what i thought , but i thought of searching before posting ,and this is what i found :oops: from the HURD site

What Is the GNU Hurd? The GNU Hurd is the GNU project's replacement for the Unix kernel. The Hurd is a collection of servers that run on the Mach microkernel to implement file systems, network protocols, file access control, and other features that are implemented by the Unix kernel or similar kernels (such as Linux)


Regards
Shrek
User avatar
Colonel Kernel
Member
Member
Posts: 1437
Joined: Tue Oct 17, 2006 6:06 pm
Location: Vancouver, BC, Canada
Contact:

Re: Spam

Post by Colonel Kernel »

berkus wrote:
Colonel Kernel wrote:I think the answer to the skill-testing question is: Mach.


And now surprisingly Mach is in more and more machines shipping with Mac OS X or iPhone OS :) So maybe the answer to this one is ought to become different in the future :P


Except it's not really being used as a microkernel... Sort of yes, sort of no. AFAIK Mach handles the basics of thread scheduling and IPC, but all the drivers and *nix system calls are handled in a separate Mach task running in ring 0. It's a really weird hybrid system (and also explains how a 32-bit "kernel" could run 64-bit apps...).
Top three reasons why my OS project died:
  1. Too much overtime at work
  2. Got married
  3. My brain got stuck in an infinite loop while trying to design the memory manager
Don't let this happen to you!
User avatar
AndrewAPrice
Member
Member
Posts: 2294
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: Spam

Post by AndrewAPrice »

I was intending the answer to be the Mach kernel. But it could be an open-ended question excepting a variety of answers.
My OS is Perception.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Freenode IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Spam

Post by Combuster »

My main problem with that kind of question is that it can't be answered by a quick google, let alone being directly mentioned on the wiki. And that there is no absolute answer.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
AndrewAPrice
Member
Member
Posts: 2294
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: Spam

Post by AndrewAPrice »

Combuster wrote:My main problem with that kind of question is that it can't be answered by a quick google, let alone being directly mentioned on the wiki. And that there is no absolute answer.


I was trying to think of a question that couldn't be answered by a quick google (or worded in a way that googling it would deem impossible), so you would require some fairly basic OS theory knowledge before one could start posting here.
My OS is Perception.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Freenode IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Spam

Post by Combuster »

MessiahAndrw wrote:
Combuster wrote:My main problem with that kind of question is that it can't be answered by a quick google, let alone being directly mentioned on the wiki. And that there is no absolute answer.


I was trying to think of a question that couldn't be answered by a quick google (or worded in a way that googling it would deem impossible), so you would require some fairly basic OS theory knowledge before one could start posting here.

The consequence of that is that no newcomers to the scene can join. And I don't think that is what we want.

Asking something that's on the wiki (something like a FAQ question) eliminates all bots, as well as most n00bs that wont ever be bothered to do some research, but allow the people that are willing to invest some time of their own (and thus are worthy of getting answers here)

Just don't fall for the generalisation that noobs (they who don't know) and newbies (they who don't know yet) are the same people.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply