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

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