source: mainline/contrib/arch/uspace/srv/loader/loader.bp@ 9d58539

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 9d58539 was 9d58539, checked in by Prutkov Alex <prutkov.alex@…>, 14 years ago

Fixed unix permissions for all files

  • 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.