doskeyb

changeset 1:cb82d9a86b22

added a readme file
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 23 Sep 2013 03:45:39 +0300
parents c2b210a70ce9
children da4c014bb055
files README
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Mon Sep 23 03:45:39 2013 +0300
     1.3 @@ -0,0 +1,11 @@
     1.4 +DOS interrupt-driven keyboard driver.
     1.5 +
     1.6 +Copyright (C) John Tsiombikas <nuclear@member.fsf.org>
     1.7 +License: GNU General Public License v3
     1.8 +
     1.9 +Yes this means that if you use this for anything you must also release it under the GPL.
    1.10 +See COPYING for the full license text.
    1.11 +
    1.12 +To use in your programs, just include the files keyb.h, keyb.c, and scancode.h to your
    1.13 +project. See test.c for a use example, otherwise just check keyb.h, which is heavily
    1.14 +commented.