APM BIOS Driver for Linux $Id: README.apm_bios,v 0.3 1994/09/02 01:29:06 sfr Exp $ by Stephen Rothwell sfr@pdact.pd.necisa.oz.au This driver interfaces to an Advanced Power Management (APM) BIOS on a system (usually a laptop) to allow the control of power management and the reporting of PM events under Linux. Currently the driver works with Linux versions 1.1.47 , but there should be no problems with using them with newer patch levels of the kernel. INSTALLATION: There are a set of kernel patches to be applied called kernel.patch. Use patch -p0 0 to create the device. This device may be read to get notification of APM events. Each event is returned as an unsigned short (currently in Intel order - least significant byte first). Select and O_NONBLOCK also both work. Only one process can have the device open, and only root can open the device.