source:
mainline/contrib/arch/uspace/srv/loader/loader.bp@
f1380b7
Last change on this file since f1380b7 was f1380b7, checked in by , 7 years ago | |
---|---|
|
|
File size: 266 bytes |
Rev | Line | |
---|---|---|
[471a32d] | 1 | ( |
[ea5f46d] | 2 | ?get_taskid { |
3 | ?ipc_m_data_read /* task ID */ | |
[471a32d] | 4 | } + |
[f1380b7] | 5 | |
[ea5f46d] | 6 | ?set_pathname { |
7 | ?ipc_m_data_write /* pathname */ | |
[471a32d] | 8 | } + |
[f1380b7] | 9 | |
[ea5f46d] | 10 | ?set_args { |
11 | ?ipc_m_data_write /* arguments */ | |
[471a32d] | 12 | } + |
[f1380b7] | 13 | |
[ea5f46d] | 14 | ?set_files { |
15 | ?ipc_m_data_write /* files */ | |
[471a32d] | 16 | } + |
[f1380b7] | 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.