1 system architecture HelenOS version 0.5.0 {
8 /* Loader (clonable service) */
26 [/uspace/lib/libc/bind%ns]
27 [/uspace/lib/libc/bind%loader]
28 [/uspace/lib/libc/bind%devmap]
29 [/uspace/lib/libc/bind%bd]
30 [/uspace/lib/libc/bind%vfs]
31 [/uspace/lib/libc/bind%console]
32 [/uspace/lib/libc/bind%kio]
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;
42 bind loader:ns to ns:ns;
44 bind devmap:ns to ns:ns;
45 bind devmap:rd to bd:rd;
46 bind devmap:console to console:console;
49 bind bd:devmap_driver to devmap:devmap_driver;
53 bind vfs:devmap_client to devmap:devmap_client;
54 bind vfs:device to console:console;
56 bind console:ns to ns:ns;
57 bind console:devmap_driver to devmap:devmap_driver;
58 bind console:sys_console to kernel:sys_console;