source:
mainline/contrib/arch/uspace/srv/loader/loader.bp@
86018c1
Last change on this file since 86018c1 was ea5f46d, checked in by , 16 years ago | |
---|---|
|
|
File size: 270 bytes |
Rev | Line | |
---|---|---|
[471a32d] | 1 | ( |
[ea5f46d] | 2 | ?get_taskid { |
3 | ?ipc_m_data_read /* task ID */ | |
[471a32d] | 4 | } + |
5 | ||
[ea5f46d] | 6 | ?set_pathname { |
7 | ?ipc_m_data_write /* pathname */ | |
[471a32d] | 8 | } + |
9 | ||
[ea5f46d] | 10 | ?set_args { |
11 | ?ipc_m_data_write /* arguments */ | |
[471a32d] | 12 | } + |
13 | ||
[ea5f46d] | 14 | ?set_files { |
15 | ?ipc_m_data_write /* files */ | |
[471a32d] | 16 | } + |
17 | ||
[ea5f46d] | 18 | ?load |
[471a32d] | 19 | )* ; |
20 | ( | |
[ea5f46d] | 21 | ?run + |
22 | ?ipc_m_phone_hungup | |
[471a32d] | 23 | ) |
Note:
See TracBrowser
for help on using the repository browser.