From: Matan Ziv-Av <ma...@sv...> - 2000-05-17 08:04:17
|
I think you put too much in the kernel, and you completely ignore multi-heads setup. What you can probably do better is: Have an event mask for every console (beep, write, cursor move, etc.) and whenever an unmasked event occurs, write a packet describing the event and which console to a char misc device. Then, a user space daemon can read the events, and decide what to do. -- Matan Ziv-Av. ma...@sv... |