Changes in contrib/arch/HelenOS.adl [82cf692:afe34be] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/HelenOS.adl
r82cf692 rafe34be 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 bind ns:loader to loader:loader; 41 34 42 bind loader:ns to ns:ns; 35 43 36 44 bind devmap:ns to ns:ns; 45 bind devmap:rd to bd:rd; 46 bind devmap:console to console:console; 37 47 38 48 bind bd:ns to ns:ns; … … 45 55 46 56 bind console:ns to ns:ns; 57 bind console:devmap_driver to devmap:devmap_driver; 47 58 bind console:sys_console to kernel:sys_console; 48 59
Note:
See TracChangeset
for help on using the changeset viewer.