Changeset f0348c8 in mainline for kernel/Makefile


Ignore:
Timestamp:
2012-07-10T13:03:10Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
97c7682, 9904eb90, ceafd1b, d9812b4, dfc07c1
Parents:
33fc3ae (diff), f4a8734 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge kernel console completion and console interface clean-up

Kernel console completion (#50), thanks Sandeep Kumar

  • tab-completion uses symbol table
  • tab-completion display huge number of hints in user-friendly manner (display all?, more?)

Userspace console interface changes

  • console does not send special keys (arrows etc.) on its VFS interface
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r33fc3ae rf0348c8  
    196196        generic/src/console/chardev.c \
    197197        generic/src/console/console.c \
     198        generic/src/console/prompt.c \
    198199        generic/src/cpu/cpu.c \
    199200        generic/src/ddi/ddi.c \
Note: See TracChangeset for help on using the changeset viewer.