3 int sys_readbios(address
, buf
, size
)
4 phys_bytes address
; /* Absolute memory address */
5 void *buf
; /* Buffer to store the results */
6 size_t size
; /* Amount of data to read */
8 /* Read data from BIOS locations */
14 return(_kernel_call(SYS_READBIOS
, &m
));