.TH load "" "" "Entry-Point Routine"
.PC "Routine to execute upon loading the driver into memory"
.PP
Under the internal \*(CO device-driver interface,
the entry point
.B load
gives access to the routine to execute when the driver is first loaded
into memory.
Its address is kept in field
.B c_load
of the driver's
.B CON
structure.
The kernel executes this routine when it is booted.
.SH "See Also"
.B
CON,
entry-point routines
.R
