Changeset 1035437 in mainline for uspace/srv/console/gcons.c


Ignore:
Timestamp:
2009-06-04T13:05:25Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8bfe48e
Parents:
c8b9f88
Message:

keep the kernel console intact as long as it is possible (to be able to see any out-of-order errors)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/console/gcons.c

    rc8b9f88 r1035437  
    537537        console_state[KERNEL_CONSOLE] = CONS_KERNEL;
    538538       
    539         gcons_redraw_console();
     539        vp_switch(console_vp);
    540540}
    541541
Note: See TracChangeset for help on using the changeset viewer.