Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BIOS ref. - <b>int 1ah, 08h set clock-activated power-on mode convertible</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 1Ah, 08h            Set Clock-Activated Power-On Mode         Convertible

    Sets the time at which the computer will automatically power on.

        Entry   AH = 08h
                CH = Hours (BCD)
                CL = Minutes (BCD)
                DH = Seconds (BCD)

        Return  CF   Set if clock not operating or alarm already set;
                     else cleared

    ------------------------------------------------------------------

    This service is available only for the PC Convertible. Previous
    machines will report unpredictable results (including the state of
    the Carry Flag). ATs, XT-286s, and the PS/2 family will set the
    Carry Flag, thus reporting an error state.

    All dates are in Binary Coded Decimal (BCD). For example, June 1,
    1985 will be set as CX = 1985; DX = 0601.

    The real-time clock is the clock that runs even when the computer
    is turned off. A CMOS battery is used so that, even while the
    computer is off, the date, time, and alarm time are maintained.

    After this service is executed, the machine will automatically
    power on as soon as the hour, minute, and second specified match
    the time on the real-time clock date. If the system is already on,
    then Int 4Ah (User Alarm) will be executed.

    If the system is on, the alarm interrupt (Int 4Ah) will continue
    to occur every 24 hours at the specified time until it is reset
    via Service 07h (Reset Real-Time Clock Alarm). Only one alarm time
    can be active at a time.

See Also: Int 1Ah, 06h Int 1Ah, 07h Int 1Ah, 09h Int 4Ah

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson