APM Page

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
ipsemet
Posts: 14
Joined: Mon Dec 01, 2008 6:50 pm

APM Page

Post 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.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: APM Page

Post by Troy Martin »

Fixed!
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
Post Reply