windows-nt/Source/XPSP1/NT/base/mvdm/wow16/kernel31/eems.inc

16 lines
286 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
; some useful constants for EEMS
KBYTES equ 1024
PARAGRAPH equ 16
LOG2_KBYTES equ 10
LOG2_PARAGRAPH equ 4
EMSPageShift equ 10 ; Insist on 16k pages
EMSPageSize equ (1 shl EMSPageShift) ; Insist on 16k pages
; parameters for EEMS
LOWEST_SWAP_AREA equ 384
EEMS_DEBUG equ 1