Leaked source code of windows server 2003
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

  1. ;
  2. ; ACTBASE.TXT
  3. ;
  4. ; This file defines the base addresses for DLLs and applications. The
  5. : linker uses this file to generate the base address with the following
  6. ; syntax:
  7. ;
  8. ; -base:@actbase.txt,inseng
  9. ;
  10. ; which expands to:
  11. ;
  12. ; -base:0x00400000
  13. ;
  14. ; Apps at 4 Mb.
  15. ;sampleapp 0x00400000 0x00020000
  16. ; Private DLLs below 1 Gb.
  17. ;inetcfg 0x11000000 0x00030000
  18. ;secbasic 0x11030000 0x00020000
  19. ;secsimpl 0x11050000 0x00020000
  20. ; Shared DLLs under 2 Gb, avoiding shared system DLLs down to around 0x70000000.
  21. inseng 0x61000000 0x00100000
  22. asctrls 0x62000000 0x00100000
  23. jobexec 0x63000000 0x000C0000
  24. iedetect 0x64000000 0x000C0000
  25. iesetup 0x65000000 0x000C0000