add two new options, --dumb and --timeout, into the command terminal.

This commit is contained in:
okuji 2000-08-31 12:48:06 +00:00
parent 7f6d84c46f
commit fa8456816f
3 changed files with 71 additions and 22 deletions

View file

@ -1,3 +1,13 @@
2000-08-31 OKUJI Yoshinori <okuji@gnu.org>
* stage2/builtins.c (terminal_func): Added two new options,
--dumb and --timeout=SECS.
* stage2/char_io.c [!STAGE1_5] (getkey): Use logical AND
operations, when checking if the terminal is a console or a
serial terminal.
[!STAGE1_5] (getkey) [SUPPORT_SERIAL]: Don't check if both
TERMINAL_CONSOLE and TERMINAL_SERIAL are set in TERMINAL.
2000-08-31 OKUJI Yoshinori <okuji@gnu.org>
* stage1/stage1.S (MOV_MEM_TO_AL): New macro.