]> xenbits.xensource.com Git - mini-os.git/commit
mini-os: minimal implementations of some termios functions
authorSimon Waterman <watermansrdev@gmail.com>
Sun, 25 Jun 2017 22:02:08 +0000 (23:02 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 4 Jul 2017 13:06:29 +0000 (14:06 +0100)
commitc96c22f1d94d254eb8302ae5f4e201a98451232e
treeaa1a17bcfc6e7876eefedffaa6a51c1b87b10bc9
parent0071c79c587316e9c04cfb809411adbea65e8e23
mini-os: minimal implementations of some termios functions

Add minimal implementation of termios functions so that a console
can be configured in raw mode if an application requires it.

Signed-off-by: Simon Waterman <watermansrdev@gmail.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
lib/sys.c