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.
29 lines
758 B
29 lines
758 B
;
|
|
; 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
|
|
|