Re: Can't X be elemenated?

From: Ihar 'Philips' Filipau
Date: Wed Oct 01 2003 - 03:18:44 EST


kartikey bhatt wrote:
hey everyone who have joined this thread, my fundamental question have got
out of scope. I mean to say


And we meant to answer.

1. Kernel level support for graphics device drivers.

Already done. Look for DRI/DRM/framebuffer.

2. On top of that, one can develop complete lightweight GUI.

That's not a kernel stuff - but it is already done - google around for microwindows nanogui - you will find links for light-weight GUIs.

Bringing this into kernel space will make it only slower. On performance critical pathes people avoid simple calls - and you want to bring here system call...

3. Maybe kernel can provide support for event handling.

Already in place for last two decades - poll()/select().

--
Ihar 'Philips' Filipau / with best regards from Saarbruecken.
--
"... and for $64000 question, could you get yourself vaguely
familiar with the notion of on-topic posting?"
-- Al Viro @ LKML

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/