Move keyboard code into kbd.c; add backspace handling.
This commit is contained in:
parent
c1bfbfa2f7
commit
f0d11fea82
4 changed files with 210 additions and 175 deletions
1
Makefile
1
Makefile
|
@ -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-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue