l4re-base-25.08.0

This commit is contained in:
2025-09-12 15:55:45 +02:00
commit d959eaab98
37938 changed files with 9382688 additions and 0 deletions

14
src/l4/pkg/input/README Normal file
View File

@@ -0,0 +1,14 @@
Input driver library -- L4INPUT.
This package provides an API to input device drivers. The drivers are part of a
library, i.e. colocated with the application using it. Packages using L4INPUT
are CON and DOpE. L4INPUT supports PS/2 aux and kbd.
It's a bad idea to use two applications linked with input in one system as
there should only be one device driver per specific device.
HINT: Fiasco must not be started with deprecated "-esc" command line switch;
use "-serial_esc" instead. Otherwise, L4INPUT cannot initialize i8042 or
behaves really strange because Fiasco also programs input ports.
ALL Linux 2.6 sources included in this package are GPLed (as you know).