The DROPS Graphical Console Server & Libs
________________________________________________________________________________

basic documentation:

* con/doc:
	README		this file
	menu.lst	example GRUB config file

after make in con/doc:

* con/doc/refman:
	html		directory full of reference manual pages

* con/doc/internal:
	html		directory full of con server internals
________________________________________________________________________________

- only VBE 2.0 graphics cards (initialized by GRUB) are supported
- con expects a "common L4 environment"

- virtual console switching is Linux-like: ALTGR + [F1..F10]
- enter kernel debugger with: ALTGR + SYSRQ
- mind the event distribution in `evdemo'

________________________________________________________________________________

logserverpatch for logserver tagversion R_0_4

The logserverpatch modifies the logserver, so that it doesn't 
overwrite the printf function. This cause that printf commands use the 
DROPS console and all LOG* commands use the logserver for output.

use: in .. l4/pkg/log/
     patch -p0 < logserver.patch

Not using this patch will cause that all outputs (printf, LOGL etc.) use
the console, because the libcontxt overwrites the printf function last.
________________________________________________________________________________
