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.

35 lines
954 B

  1. ;
  2. ; OHBASE.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:@ohbase.txt,msmosaic
  9. ;
  10. ; which expands to:
  11. ;
  12. ; -base:0x00400000
  13. ;
  14. ; Apps at 4 Mb.
  15. iexplore 0x00400000 0x00200000
  16. inetwiz 0x00400000 0x00020000
  17. dialmon 0x00400000 0x00020000
  18. inst32 0x00400000 0x00020000
  19. w95inf32 0x00400000 0x00020000
  20. w95inf16 0x00400000 0x00020000
  21. vrmlinst 0x00400000 0x00020000
  22. advpack 0x00400000 0x00020000
  23. ; Private DLLs below 1 Gb.
  24. inetcfg 0x11000000 0x00030000
  25. secbasic 0x11030000 0x00020000
  26. secsimpl 0x11050000 0x00020000
  27. inetcpl 0x11070000 0x00020000
  28. xx_debug 0x11090000 0x00060000
  29. mshtml 0x110B0000 0x00200000
  30. ; Shared DLLs under 2 Gb, avoiding shared system DLLs down to around 0x70000000.
  31. url 0x61000000 0x000C0000