source: mainline/contrib/arch/uspace/srv/loader/loader.bp@ 86018c1

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

hierarchical composition of components
(tmpfs, fat, devfs are logical subcomponents of vfs, kbd and fb are subcomponents of console, rd is subcomponent of bd)

  • Property mode set to 100644
File size: 270 bytes
Line 
1(
2 ?get_taskid {
3 ?ipc_m_data_read /* task ID */
4 } +
5
6 ?set_pathname {
7 ?ipc_m_data_write /* pathname */
8 } +
9
10 ?set_args {
11 ?ipc_m_data_write /* arguments */
12 } +
13
14 ?set_files {
15 ?ipc_m_data_write /* files */
16 } +
17
18 ?load
19)* ;
20(
21 ?run +
22 ?ipc_m_phone_hungup
23)
Note: See TracBrowser for help on using the repository browser.