WonderWitch/IL/ProcIL: Revision history

From WSdev Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 April 2025

  • curprev 18:2418:24, 11 April 2025Asie talk contribs 923 bytes +923 Created page with "ProcIL is a library used to manage processes on the system. The Freya environment supports up to three concurrent processes at once, of which the first one is typically the operating system. == Functions == === load === <code>void __far* load(const char far *cmdline);</code> Runs the load routine of the program specified on the command line, returning its entrypoint. === run === <code>int run(void far *entrypoint, int argc, const char far * far *argv);</code> Run..."