Page 1 of 1

APM Page

Posted: Sun Dec 21, 2008 7:12 pm
by ipsemet
http://wiki.osdev.org/APM

Under headings "Enabling Power Management" and "Setting Power States"

Code: Select all

mov ax,53h              ;this is an APM command
For clarity's sake, I would say it should be changed to match the previous instances where it was shown as

Code: Select all

mov ah,53h               ;this is an APM command
Or vice versa.

Re: APM Page

Posted: Sun Dec 21, 2008 7:34 pm
by Troy Martin
Fixed!