Patch from Eric Valette <valette@crf.canon.fr>:

Compiled and booted without problem. However console was set on COM2.
  At least for 4.0 it should be video :-)
This commit is contained in:
Joel Sherrill
1998-09-20 23:52:43 +00:00
parent 6c455f37fb
commit 6bd0fe402d

View File

@@ -56,7 +56,7 @@
* PC386_UART_COM2
*/
int PC386ConsolePort = PC386_UART_COM2;
int PC386ConsolePort = PC386_CONSOLE_PORT_CONSOLE;
static int conSetAttr(int minor, const struct termios *);
extern BSP_polling_getchar_function_type BSP_poll_char;