Driver
From StarWiki
The MUD driver is the interface the mudlib has with the operating system. It provides the connectivity and many of the elementary functions that operate the MUD's codebase that would be inefficient if written within the MUD in LPC. With StarMUD it also gives us our database connectivity for storage of information. StarMUD makes use of a heavily modified MudOS driver.

