From 3f92975714ae0df9e250ec407ce97b8cd8ed1f9c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 21 Sep 1998 00:38:13 +0000 Subject: Patches from Aleksey which were not in 980911. I am sending you patch which was lost. As far as I remember there were minor patches on top of it, either by Eric Valette or by Eric Norum or by both. --- c/src/lib/libbsp/i386/pc386/startup/bspstart.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c index 5d6635d13b..4ec4af9b83 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/bspstart.c +++ b/c/src/lib/libbsp/i386/pc386/startup/bspstart.c @@ -70,9 +70,10 @@ extern void debugPollingGetChar(); | External Prototypes +--------------------------------------------------------------------------*/ extern void _exit(int); /* define in exit.c */ +extern void _IBMPC_initVideo(void); +extern void rtems_irq_mngt_init(); void bsp_libc_init( void *, unsigned32, int ); void bsp_postdriver_hook(void); -extern void rtems_irq_mngt_init(); extern void _IBMPC_initVideo(void); /*-------------------------------------------------------------------------+ @@ -144,6 +145,8 @@ void bsp_pretasking_hook(void) | Returns: Nothing. +--------------------------------------------------------------------------*/ void bsp_start( void ) + /* Initialize printk channel */ + _IBMPC_initVideo(); { /* -- cgit v1.2.3