[coyotos-dev] Micro-monolithic linux kernel

Sandro Magi smagi at higherlogics.com
Sun Jul 22 10:34:07 EDT 2007


Linux to get a userspace driver API to simplify driver development:

'This interface allows the ability to write the majority of a driver in
userspace with only a very small shell of a driver in the kernel itself.
It uses a char device and sysfs to interact with a userspace process to
process interrupts and control memory accesses.'

http://liquidat.wordpress.com/2007/07/21/linux-kernel-2623-to-have-stable-userspace-driver-api/

Seems they're hitting that monolithic complexity wall, and the lessons
of microkernels are becoming more appreciated.

Sandro


More information about the coyotos-dev mailing list