Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Dos Protected Mode Interface - <b>descriptor management</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
        Descriptor Management


            Protected mode  code segments  can not  be modified.    This
            requires programs  to allocate  an alias  data descriptor if
            they need to store data in a code segment.

            Segment arithmetic  that works in real mode does not work in
            protected mode.

            Some calls will return a range of descriptors.  For example,
            if a  16-bit mode program allocates a block of memory larger
            than  64K,   the  call  will  allocate  several,  contiguous
            descriptors.   Each descriptor  will have a 64K limit except
            for the  final descriptor  which  will  have  a  limit  that
            contains the  remainder of  the block.  The call will return
            the first  selector in  the array.    To  get  to  the  next
            selector, your  program must  add the  value returned by Int
            31h call 0003h.

See Also: INT 31H Function 0003H

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