nuclear@1: DOS interrupt-driven keyboard driver. nuclear@1: nuclear@1: Copyright (C) John Tsiombikas nuclear@1: License: GNU General Public License v3 nuclear@1: nuclear@1: Yes this means that if you use this for anything you must also release it under the GPL. nuclear@1: See COPYING for the full license text. nuclear@1: nuclear@1: To use in your programs, just include the files keyb.h, keyb.c, and scancode.h to your nuclear@1: project. See test.c for a use example, otherwise just check keyb.h, which is heavily nuclear@1: commented.