Fixed keyboard bug where keypresses were not being registered, working on libreadline
authorJohn Hodge <[email protected]>
Fri, 2 Apr 2010 13:31:55 +0000 (21:31 +0800)
committerJohn Hodge <[email protected]>
Fri, 2 Apr 2010 13:31:55 +0000 (21:31 +0800)
commit45f9a29e481ce9ea7ca7121541f0e0f90147f5b1
treef9846049c0ebd010d063363f0eccfeeec7b73e5f
parent54746c855c6e2fe42fde9f93b0ce3f41aeefc2e5
Fixed keyboard bug where keypresses were not being registered, working on libreadline
- Keyboard now reads from 0x60 in keyboard setup to clear keyboard IRQ buffer.
- libreadline is unstable, but supports command histories (just don't try to edit
  a command in the history)
Kernel/Makefile.BuildNum
Kernel/drv/kb.c
Makefile.cfg
Modules/IPStack/tcp.c
Usermode/Applications/CLIShell_src/Makefile
Usermode/Applications/CLIShell_src/main.c
Usermode/Libraries/libreadline.so_src/Makefile [new file with mode: 0644]
Usermode/Libraries/libreadline.so_src/main.c
Usermode/include/readline.h [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au