Move keyboard code into kbd.c; add backspace handling.

This commit is contained in:
rsc 2007-08-28 03:28:13 +00:00
parent c1bfbfa2f7
commit f0d11fea82
4 changed files with 210 additions and 175 deletions

View file

@ -23,6 +23,7 @@ OBJS = \
fs.o\
exec.o\
8253pit.o\
kbd.o\
# Cross-compiling (e.g., on Mac OS X)
#TOOLPREFIX = i386-jos-elf-