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 31 - dos prot-mode interface 0.9 api - protected mode - allocate ldt descrs http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 31 - DOS Prot-Mode Interface 0.9 API - protected mode - ALLOCATE LDT DESCRS
        AX = 0000h
        CX = number of descriptors to allocate
Return: CF set on error
        CF clear if successful
            AX = base selector
Notes:  the base and limit of the returned descriptors will be 0
        add the value returned by INT 31/AX=0003h to move to subsequent
          descriptors if multiple descriptors were allocated
SeeAlso: AX=0001h,AX=000Dh

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