Changes in contrib/arch/HelenOS.adl [6fa9a99d:1b06a9de] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/HelenOS.adl
r6fa9a99d r1b06a9de 22 22 23 23 /* Kernel log */ 24 inst k io kio;24 inst klog klog; 25 25 26 26 [/uspace/lib/libc/bind%ns] … … 30 30 [/uspace/lib/libc/bind%vfs] 31 31 [/uspace/lib/libc/bind%console] 32 [/uspace/lib/libc/bind%k io]32 [/uspace/lib/libc/bind%klog] 33 33 34 34 bind ns:kbd to console:kbd; … … 58 58 bind console:sys_console to kernel:sys_console; 59 59 60 bind k io:ns to ns:ns;60 bind klog:ns to ns:ns; 61 61 };
Note:
See TracChangeset
for help on using the changeset viewer.