All public logs
From WSdev Wiki
Jump to navigationJump to search
Combined display of all available logs of WSdev Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:24, 11 April 2025 Asie talk contribs created page WonderWitch/IL/ProcIL (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...")