I'm asking this because I starting a new project on sourceforge and lanchpad called Exolu
It is intended to change the linux kernel into an exokernel...
Any comments...

--ginki
Yes! Someone else who understands!! It's amazing how many developers are so focused on features that they lose sight of this basic fact of human psychology...Solar wrote:Choice might be beneficial to advance technology, but it's a PITA when it comes to usability.
Code: Select all
\---------/
\ /
\ /
\ /
\ /
\ /
\/
Code: Select all
/\
/ \
/ \
/ \
/ \
/ \
/ \
/-----------\
agreed.. assuming you are talking of a small kernel(most drivers outside of kernel) but if you have a monolithic kernel, then the kernel should be featureful so applications can work like on any OS and drivers can work better than on another OS(the best part of monolithic kernels is that drivers actually know about one-another at development time, increasing speed, stability and ease of development)nekros wrote:The thing is, the kernel itself shouldn't have *features*. It should do what it needs to let applications run at their full potential.
If you need that kind of stability, you are supposed to use a distro over the kernel.org versions targeted mainly at developers and those liking experiments. Distros usually try to keep the interfaces stable for updates in the lifecycle of one release - and for the next one you'll get a new package for the binary driver anyway.Solar wrote:I couldn't care less for any "features" of the kernel and how they're implemented, if they wouldn't break my perfectly functional system every now and then because they cannot be ars*d to keep the frigging kernel / driver interface stable.