Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
286 B

  1. ; some useful constants for EEMS
  2. KBYTES equ 1024
  3. PARAGRAPH equ 16
  4. LOG2_KBYTES equ 10
  5. LOG2_PARAGRAPH equ 4
  6. EMSPageShift equ 10 ; Insist on 16k pages
  7. EMSPageSize equ (1 shl EMSPageShift) ; Insist on 16k pages
  8. ; parameters for EEMS
  9. LOWEST_SWAP_AREA equ 384
  10. EEMS_DEBUG equ 1