Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 15 - eisa system rom - write nonvolatile memory http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - EISA SYSTEM ROM - WRITE NONVOLATILE MEMORY
        AX = D803h
        CX = length of data structure (0000h = empty slot)
                includes two bytes for config file checksum
        DS:SI -> configuration data
Return: CF clear if successful
            AH = 00h
        CF set on error
            AH = error code
                84h error clearing CMOS
                85h EISA CMOS is full
                86h invalid BIOS-FW function call
Note:   call with AL=83h if using 32-bit CS addressing mode instead of 16-bit
SeeAlso: AX=D802h

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