BIOS32_SERVICSystem Kernel Developer's Manual (i386 ArchitectBIOS32_SERVICE(9)
bios32_service - locate BIOS32 service
#include <i386/bios32.h>
int
bios32_service(u_int32_t service, bios32_entry_t e,
bios32_entry_info_t ei);
The bios32_service() function calls the BIOS32 to locate the specified
BIOS32 service service and fills in the entry point information e and ei.
bioscall(9)
BSD June 17, 2001 BSD
[ Back ] |