Linked by Andrew Hudson on Mon 20th Jun 2011 17:19 UTC
Thread beginning with comment 477939
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[6]: Looking Forward to Haiku
by Not2Sure on Tue 21st Jun 2011 21:03
in reply to "RE[5]: Looking Forward to Haiku"
"
Yes, that's a serious question. WTF is a "modern" kernel,
Yes, that's a serious question. WTF is a "modern" kernel,
Anything current, clearly.
"
What a stunninly useless term then. Thanks for the clarification. I would simply use the term "current" from now on as it is more clear. Most people use "modern" as a descriptive term and it has connotations with respect to design and form. See ("modern aesthetics", "modern science").
and WTF is a "premodern" kernel
It's something you made up.
It's something you made up.
Lol, so, how do we refer to anything before modern (whatever that is because current seems to change every couple of years? Also, what does current mean "currently on the market" or "currently developed" or ..?
That is the whole point of microkernel (no wait, nanokernel!, no wait picokernel!) design.. simplicity and correctness at the cost of performance (to an arguable extent).
Well, not exactly.
It's about modulising core components and then porting them outside of kernel space - the goal often being to eliminate kernel panics.
Well, not exactly.
It's about modulising core components and then porting them outside of kernel space - the goal often being to eliminate kernel panics.
Um, that's exactly the same thing. I can see how you don't want to equate those terms I suppose.
There's nothing more or less correct about a micro-kernel design. It's just a different way of tackling the same problem.
I don't think I can continue responding to you further as you clearly haven't put much thought into what you are writing or don't share the terminology most people use to discuss these topics. You might want to read into the benefits of a trusted code base and a provable kernel for operating system security. Thanks for the comment.
RE[7]: Looking Forward to Haiku
by Laurence on Wed 22nd Jun 2011 08:56
in reply to "RE[6]: Looking Forward to Haiku"
What a stunninly useless term then.
Ahh so you don't have a point to make other than to argue semantics?
You might as well mention Hitler now and finish the thread completely :p
I don't think I can continue responding to you further as you clearly haven't put much thought into what you are writing or don't share the terminology most people use to discuss these topics.
Is that why I've corrected you on a number of points and the only comeback you've had thus far is the usage of the term "modern" over "current"?
You might want to read into the benefits of a trusted code base and a provable kernel for operating system security.
I already understand those points thank you very much. Perhaps you want to get off your high horse and admit when you someone calls you on your other the top "knee-jerk" comments.
Nobody was disputing that micro-kernels have their benefits (there's pro's and con's for all sides of the argument), however the comments you made were biased beyond reason.
Edited 2011-06-22 09:05 UTC





Member since:
2007-03-26
Yes, that's a serious question. WTF is a "modern" kernel,
Anything current, clearly.
and WTF is a "premodern" kernel
It's something you made up.
when the few decades-long history of "modern" computer science reveals a recycling of old ideas "rehashed" as innovative.
Riiiight....
Also spare me the User ad hominem. Been doing this alot longer than you, trust me.
Well given that I know nothing about you and you know nothing about me, I think I'll pass on that comment
Well, not exactly.
It's about modulising core components and then porting them outside of kernel space - the goal often being to eliminate kernel panics.
There's nothing more or less correct about a micro-kernel design. It's just a different way of tackling the same problem.
Finally, I think you overestimate kernel development effort, probably because you are doing some hobby work in that area yourself?
You like to make a lot of assumptions
Maybe for micro-kernels, but most OSs these days use hybrid kernels so that means that things like filesystem drivers do reside in the kernel.
As above, that really depends on the kernel.
I'm not aware of what a "black-box term" means specifically, but given the context you used it in, I'd beg to differ.
I do think you're dismissing how complicated maintaining a -modern- current kernel that has been in production use for 10/20 years and is still evolving.
Particularly when most kernels in production use are not tidy little micro-kernels like you seem to favor
What attracted me to programming is while there are better methods in terms of readability, scaleability and effeciency; there is not always a "right" way of coding a solution - much like solving maths equations.
So you might call it 'haphazard', but I call it 'inspiring' and consider it a charm.