--- Cannot embed stylesheet: [Errno 2] No such file or directory: '../../../aros.css' --->
| RunHunk() |
LONG RunHunk(
BPTR segList,
ULONG stackSize,
CONST_STRPTR argPtr,
ULONG argSize );
Execute an m68k AmigaOS hunk binary under emulation. All library calls from the m68k code are trapped and dispatched to native AROS implementations.
segList - Loaded m68k hunk segment list (from LoadSeg) stackSize - Stack size for the emulated process argPtr - Command arguments string argSize - Length of arguments
Return code from the m68k program, or -1 on failure.