Related changes
From WSdev Wiki
Jump to navigationJump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
11 April 2025
N 18:24 | WonderWitch/IL/ProcIL diffhist +923 Asie talk contribs (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...") |