WHAT IS A DOS EXTENDER?

WHAT IS A DOS EXTENDER?


Comments

  • : WHAT IS A DOS EXTENDER?


    A Dos extender is a program that allows you to run

    code in Protected Mode, usually providing a variety

    of services to help your program call real-mode interrupts,

    allocate memory, and provide virtual memory.

    Under Real (or v86) mode, you can only execute code in

    in the lower 640 KB of memory, regardless of how much memory

    is installed. Dos Extenders take care of the complex memory

    addressing involved in Protected Mode, and allow you to allocate

    and use all the available memory. Typically, the also take

    care of selectors and such, allowing you to use simple flat

    pointers.

    Generally, if you want to use the features of your 386+ comp,

    and aren't a master of Protected Mode, extenders are what you want.

    While the term "DOS extender" generally refers to DOS progs with

    PMODE/W 1.33 or some other extender, all windows programs acutally

    use a DOS extender, know as DOSX.


    Matthew Gross


    URL:http://acheronx.resnet.tamu.edu

  • : : WHAT IS A DOS EXTENDER?


    : A Dos extender is a program that allows you to run

    : code in Protected Mode, usually providing a variety

    : of services to help your program call real-mode interrupts,

    : allocate memory, and provide virtual memory.

    : Under Real (or v86) mode, you can only execute code in

    : in the lower 640 KB of memory, regardless of how much memory

    : is installed. Dos Extenders take care of the complex memory

    : addressing involved in Protected Mode, and allow you to allocate

    : and use all the available memory. Typically, the also take

    : care of selectors and such, allowing you to use simple flat

    : pointers.

    : Generally, if you want to use the features of your 386+ comp,

    : and aren't a master of Protected Mode, extenders are what you want.

    : While the term "DOS extender" generally refers to DOS progs with

    : PMODE/W 1.33 or some other extender, all windows programs acutally

    : use a DOS extender, know as DOSX.


    : Matthew Gross


    WHERE CAN I GET A DOS EXTENDER AND WHAT IS THE

    BEST AVAILABLE?


  • Depends on which language you want to program in:


    Assembly:


    AcheronX's Assembly Page


    Pascal:


    P32 Compiler

    TMT-Pascal


    C++:


    DJCPP


    Matthew Gross

    Acheron@Hotmail.com

    AcheronX's Programming Page


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories