Changeset 7a53208 in mainline
- Timestamp:
- 2009-10-07T14:02:45Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ab8697
- Parents:
- b988db0
- Location:
- contrib/arch
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/HelenOS.adl
rb988db0 r7a53208 32 32 [/uspace/lib/libc/bind%klog] 33 33 34 bind ns:kbd to console:kbd; 35 bind ns:fb to console:fb; 36 bind ns:console to console:console; 37 bind ns:vfs to vfs:vfs; 38 bind ns:devmap_driver to devmap:devmap_driver; 39 bind ns:devmap_client to devmap:devmap_client; 40 34 41 bind loader:ns to ns:ns; 35 42 -
contrib/arch/hadlbppp.py
rb988db0 r7a53208 42 42 "Print usage syntax" 43 43 44 print "%s <--bp|--e pb|--adl|--nop>+ <OUTPUT>" % prname44 print "%s <--bp|--ebp|--adl|--nop>+ <OUTPUT>" % prname 45 45 46 46 def tabs(cnt): -
contrib/arch/uspace/srv/console/console.adl
rb988db0 r7a53208 91 91 92 92 delegate console to ui_dispatcher:console; 93 delegate kbd to kbd:kbd; 94 delegate fb to fb:fb; 93 95 94 96 [/uspace/lib/libc/subsume%ui_dispatcher] -
contrib/arch/uspace/srv/ns/ns.adl
rb988db0 r7a53208 31 31 ns ns; 32 32 requires: 33 kbd kbd; 34 fb fb; 35 console console; 36 vfs vfs; 37 devmap_driver devmap_driver; 38 devmap_client devmap_client; 33 39 [/uspace/lib/libc/requires] 34 40 protocol: -
contrib/arch/uspace/srv/ns/ns.bp
rb988db0 r7a53208 11 11 ?ipc_m_connect_me_to { 12 12 tentative { 13 alternative (service; kbd; fb; console; vfs; devmap ) {13 alternative (service; kbd; fb; console; vfs; devmap_driver; devmap_client) { 14 14 !service.ipc_m_connect_me_to /* forward */ 15 15 }
Note:
See TracChangeset
for help on using the changeset viewer.