source: mainline/contrib/arch/uspace/lib/libfs/fnc.libfs_mount@ 3037384

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

various protocol fixes
add console architecture

  • Property mode set to 100644
File size: 203 bytes
Line 
1(
2 ?ipc_m_connection_clone ;
3 ?ipc_m_data_write /* mount options */ {
4 alternative (fs; tmpfs; fat; devfs) {
5 !fs.ipc_m_connect_to_me ;
6 !fs.mounted ;
7 !fs.ipc_m_data_write /* forward */
8 }
9 }
10)
Note: See TracBrowser for help on using the repository browser.