Changeset 810860a in mainline for contrib/arch/HelenOS.adl
- Timestamp:
- 2009-09-17T17:03:49Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3037384
- Parents:
- 41eca31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/HelenOS.adl
r41eca31 r810860a 8 8 /* Loader (clonable service) */ 9 9 inst loader loader; 10 11 /* Device mapper */ 12 inst devmap devmap; 10 13 11 14 /* Block device */ … … 23 26 [/uspace/lib/libc/bind%ns] 24 27 [/uspace/lib/libc/bind%loader] 28 [/uspace/lib/libc/bind%devmap] 25 29 [/uspace/lib/libc/bind%bd] 26 30 [/uspace/lib/libc/bind%vfs] … … 29 33 30 34 bind loader:ns to ns:ns; 35 36 bind devmap:ns to ns:ns; 31 37 32 38 bind bd:ns to ns:ns;
Note:
See TracChangeset
for help on using the changeset viewer.