Reported problems and solutions
===============================

Slow programming process
------------------------
Stefan Hegner had the problem that programming was way too slow on one of
his machines. Together with Jan Seiffert he found out that a kernel compiled with
the option PREEMPT=NONE caused problems. PREEMPT=NONE ist mostly used for
servers, and if it happens that you use a kernel which is configured this way,
you should consider building a new one or using one which has preemption enabled.
See file README_kernel2.6 to details.
