[Kos-cvs] [kos] Modification CVS par thomas
KOS CVS
kos-dev <kos-dev@enix.org>
Thu, 21 Aug 2003 16:28:26 +0200 (CEST)
Module : kos
Modifié par : thomas 21/08/03 16:28:26
Fichiers modifiés :
. : ChangeLog
modules/tty : Makefile
Fichiers ajoutés :
modules/tty : defkeymap.map genkeymap
Fichiers enlevés :
modules/tty : defkeymap.c
Détails :
2003-08-21 Thomas P <thomas@bingo>
* modules/tty/defkeymap.map: The keymap itself, a bit tuned to
allow it to work with Bochs. Letters works. Digits works only
correctly with Bochs. There are still some strangeness in Bochs
behaviour with character conversion (need more work).
* modules/tty/genkeymap: Shell script that generates the .c
corresponding to a .map file using the loadkeys command. It
applies some modifications to the resulting file, in order to
allow to compile the file inside KOS.
* modules/tty/Makefile: Automatic generation of the .c
corresponding to the .map keymap file.
Compile et teste.