Subversion Repositories HelenOS

Rev

Rev 3706 | Rev 3779 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3706 Rev 3762
Line 206... Line 206...
206
/** Acquire console back for kernel
206
/** Acquire console back for kernel
207
 *
207
 *
208
 */
208
 */
209
void arch_grab_console(void)
209
void arch_grab_console(void)
210
{
210
{
-
 
211
#ifdef CONFIG_FB
-
 
212
    vesa_redraw();
-
 
213
#else
-
 
214
    ega_redraw();
-
 
215
#endif
-
 
216
   
211
    i8042_grab();
217
    i8042_grab();
212
}
218
}
213
 
219
 
214
/** Return console to userspace
220
/** Return console to userspace
215
 *
221
 *