lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since afe34be was afe34be, checked in by Martin Decky <martin@…>, 16 years ago |
finally all interfaces are correctly bound
|
-
Property mode
set to
100644
|
File size:
366 bytes
|
Line | |
---|
1 | interface tmpfs extends fs {
|
---|
2 | protocol:
|
---|
3 | [tmpfs.bp]
|
---|
4 | };
|
---|
5 |
|
---|
6 | frame tmpfs {
|
---|
7 | provides:
|
---|
8 | tmpfs tmpfs;
|
---|
9 | requires:
|
---|
10 | [/uspace/lib/libc/requires]
|
---|
11 | ns ns;
|
---|
12 | rd rd;
|
---|
13 | vfs vfs;
|
---|
14 | tmpfs tmpfs_nested;
|
---|
15 | fat fat_nested;
|
---|
16 | devfs devfs_nested;
|
---|
17 | initialization:
|
---|
18 | !ns.ipc_m_connect_me_to /* vfs */ ;
|
---|
19 | [/uspace/lib/libfs/fnc.fs_register]
|
---|
20 | protocol:
|
---|
21 | [/uspace/lib/libc/protocol]
|
---|
22 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.