Changeset 82cf692 in mainline for contrib/arch/uspace/srv/console
- Timestamp:
- 2009-09-17T21:22:36Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69dc065
- Parents:
- 3037384
- Location:
- contrib/arch/uspace/srv/console
- Files:
-
- 3 edited
-
console.adl (modified) (2 diffs)
-
console.bp (modified) (1 diff)
-
console_server.bp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/console/console.adl
r3037384 r82cf692 51 51 fb fb; 52 52 ns ns; 53 sys_console sys_console; 53 54 protocol: 54 55 [/uspace/lib/libc/protocol] | … … 73 74 74 75 subsume ui_dispatcher:ns to ns; 76 subsume ui_dispatcher:sys_console to sys_console; 77 75 78 subsume kbd:ns to ns; 76 79 subsume fb:ns to ns; -
contrib/arch/uspace/srv/console/console.bp
r3037384 r82cf692 58 58 } + 59 59 60 ?kcon_enable { 61 !sys_console.sys_enable_console 62 } + 63 60 64 ?get_event + 61 65 ?get_size + 62 ?get_color_cap + 63 ?kcon_enable 66 ?get_color_cap 64 67 )* ; 65 68 ?ipc_m_phone_hungup { -
contrib/arch/uspace/srv/console/console_server.bp
r3037384 r82cf692 17 17 !fb.ipc_m_share_out ; 18 18 [/uspace/lib/libc/fnc.devmap_device_register]* ; 19 !sys_console.sys_disable_console ; 19 20 [fnc.gcons_redraw_console] ; 20 21 [fnc.set_rgb_color] ;
Note:
See TracChangeset
for help on using the changeset viewer.
