Changes in contrib/arch/uspace/srv/loader/loader.bp [07fdf203:ea5f46d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/loader/loader.bp
r07fdf203 rea5f46d 1 !ns.NS_ID_INTRO ;2 !ns.IPC_M_CONNECT_TO_ME ;3 1 ( 4 ? loader.LOADER_GET_TASKID{5 ? loader.IPC_M_DATA_READ /* task id*/2 ?get_taskid { 3 ?ipc_m_data_read /* task ID */ 6 4 } + 7 5 8 ? loader.LOADER_SET_PATHNAME{9 ? loader.IPC_M_DATA_WRITE /* path*/6 ?set_pathname { 7 ?ipc_m_data_write /* pathname */ 10 8 } + 11 9 12 ? loader.LOADER_SET_ARGS{13 ? loader.IPC_M_DATA_WRITE/* arguments */10 ?set_args { 11 ?ipc_m_data_write /* arguments */ 14 12 } + 15 13 16 ? loader.LOADER_SET_FILES{17 ? loader.IPC_M_DATA_WRITE/* files */14 ?set_files { 15 ?ipc_m_data_write /* files */ 18 16 } + 19 17 20 ?load er.LOADER_LOAD18 ?load 21 19 )* ; 22 20 ( 23 ? loader.LOADER_RUN+24 ? loader.IPC_M_PHONE_HUNGUP21 ?run + 22 ?ipc_m_phone_hungup 25 23 )
Note:
See TracChangeset
for help on using the changeset viewer.