source: mainline/contrib/arch/HelenOS.adl@ 1993f9a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 1993f9a was 1993f9a, checked in by Martin Decky <martin@…>, 16 years ago

update architecture and behavior description
update preprocessor

  • Property mode set to 100644
File size: 449 bytes
Line 
1system architecture HelenOS version 0.4.1 {
2 /* SPARTAN kernel */
3 inst kernel kernel;
4
5 /* Naming Service */
6 inst ns ns;
7
8 /* RAM disk */
9 inst rd rd;
10
11 /* Klog */
12 inst klog klog;
13
14 /* VFS */
15 inst vfs vfs;
16
17 [/uspace/lib/libc/bind%ns]
18
19 [/uspace/lib/libc/bind%rd]
20 bind rd:ns to ns:ns;
21 bind rd:dm_driver to devmap:dm_driver;
22
23 [/uspace/lib/libc/bind%klog]
24 bind klog:ns to ns:ns;
25
26 [/uspace/lib/libc/bind%vfs]
27 bind vfs:ns to ns:ns;
28};
Note: See TracBrowser for help on using the repository browser.