home *** CD-ROM | disk | FTP | other *** search
- /*
-
- Figure 13
- ========
-
- */
-
- /* emm.h */
-
-
- #define EMM_INT 0x67
- #define GET_UNALLOCATED_PAGE_COUNT 0x42
- #define ALLOCATE_PAGES 0x43
- #define DEALLOCATE_PAGES 0X45
- #define GET_VERSION 0x46
- #define GET_FRAME_ADDRESS 0x41
- #define SET_HANDLE_NAME 0x5301
- #define SEARCH_FOR_HANDLE_NAME 0x5401
- #define MOVE_MEMORY_REGION 0x5700
- #define EXCHANGE_MEMORY_REGION 0x5701
- #define MAP_UNMAP_MULTIPLE_PAGES 0x5000
-
-