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.redraw_state

    r41eca31 r810860a  
    1 [fnc.vp_switch] ;
    2 tentative {
    3         !fb.FB_VP_DRAW_PIXMAP
    4 } ;
    5 tentative {
    6         !fb.FB_PUTCHAR*
    7 }
     1(
     2        [fnc.vp_switch] ;
     3        tentative {
     4                !fb.vp_draw_pixmap
     5        } ;
     6        tentative {
     7                !fb.putchar*
     8        }
     9)
Note: See TracChangeset for help on using the changeset viewer.