Windows2003-3790/inetcore/setup/active/actbase.txt

30 lines
758 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01:00
;
; ACTBASE.TXT
;
; This file defines the base addresses for DLLs and applications. The
: linker uses this file to generate the base address with the following
; syntax:
;
; -base:@actbase.txt,inseng
;
; which expands to:
;
; -base:0x00400000
;
; Apps at 4 Mb.
;sampleapp 0x00400000 0x00020000
; Private DLLs below 1 Gb.
;inetcfg 0x11000000 0x00030000
;secbasic 0x11030000 0x00020000
;secsimpl 0x11050000 0x00020000
; Shared DLLs under 2 Gb, avoiding shared system DLLs down to around 0x70000000.
inseng 0x61000000 0x00100000
asctrls 0x62000000 0x00100000
jobexec 0x63000000 0x000C0000
iedetect 0x64000000 0x000C0000
iesetup 0x65000000 0x000C0000