Ignore:
Timestamp:
2009-09-17T17:03:49Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3037384
Parents:
41eca31
Message:

various protocol fixes
add console architecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/srv/console/fnc.gcons_redraw_console

    r41eca31 r810860a  
    1 tentative {
    2         [fnc.vp_switch] ;
    3         [fnc.set_rgb_color] ;
    4         [fnc.clear] ;
    5         [fnc.draw_pixmap] ;
    6         [fnc.draw_pixmap] ;
    7         [fnc.redraw_state]* ;
    8         [fnc.vp_switch]
    9 }
     1(
     2        tentative {
     3                [fnc.vp_switch] ;
     4                [fnc.set_rgb_color] ;
     5                [fnc.clear] ;
     6                [fnc.draw_pixmap] ;
     7                [fnc.draw_pixmap] ;
     8                [fnc.redraw_state]* ;
     9                [fnc.vp_switch]
     10        }
     11)
Note: See TracChangeset for help on using the changeset viewer.