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

    r41eca31 r810860a  
    11(
    2         [fnc.fb_pending_flush] +
    3         [fnc.cell_mark_changed]
    4 ) ;
    5 tentative {
    6         [fnc.fb_pending_flush] ;
     2        (
     3                [fnc.fb_pending_flush] +
     4                [fnc.cell_mark_changed]
     5        ) ;
    76        tentative {
    8                 !fb.scroll +
     7                [fnc.fb_pending_flush] ;
     8                tentative {
     9                        !fb.scroll
     10                }
     11        } ;
     12        tentative {
     13                [fnc.curs_goto]
    914        }
    10 } ;
    11 tentative {
    12         [fnc.curs_goto]
    13 }
     15)
Note: See TracChangeset for help on using the changeset viewer.