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.

20 lines
755 B

  1. ; All shipping DLLs must specify default base address here.
  2. ; Non-shipping DLLs must set "BaseOpt=" in the makefile.
  3. ; Processes do not need to set BaseOpt nor be listed here.
  4. ;
  5. ; Base addresses optimize performance by reducing time
  6. ; searching for a load address and fixing up relocations.
  7. ;
  8. ; NT and Win95 automatically rebase our DLLs for optimum
  9. ; packing, so these arbitrary base addresses prevent a
  10. ; performance degradation when using unofficial builds.
  11. ;
  12. ; Each base address should be greater than previous
  13. ; row's base address plus the maximum size.
  14. ; EXE BASE ADDRESS
  15. usermode 0x00400000 0xFFFFFF
  16. ; DLL BASE ADDRESS MAX. SIZE
  17. rdas32 0x6C300000 0x100000
  18. rdcall 0x6C500000 0x100000