Subversion Repositories HelenOS

Rev

Rev 3343 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3343 Rev 3742
Line 157... Line 157...
157
/** Acquire console back for kernel
157
/** Acquire console back for kernel
158
 *
158
 *
159
 */
159
 */
160
void arch_grab_console(void)
160
void arch_grab_console(void)
161
{
161
{
-
 
162
#ifdef CONFIG_FB
-
 
163
    vesa_redraw();
-
 
164
#else
-
 
165
    ega_redraw();
-
 
166
#endif
-
 
167
   
162
    i8042_grab();
168
    i8042_grab();
163
}
169
}
-
 
170
 
164
/** Return console to userspace
171
/** Return console to userspace
165
 *
172
 *
166
 */
173
 */
167
void arch_release_console(void)
174
void arch_release_console(void)
168
{
175
{