WonderWitch/IL/IlibIL

From WSdev Wiki
Jump to navigationJump to search

IlibIL is a library used to load other indirect libraries present on the system.

Functions

open

int open(const char far *name, IL far *buffer);

Load the specified IL name from /rom0 or /kern. The IL header is copied to the provided buffer with addresses appropriately relocated to match the IL's location in ROM.

open_system

int open_system(const char far *name, IL far *buffer);

Works like open, except only /kern is queried for the presence of the library.