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.

75 lines
2.6 KiB

  1. ; All shipping DLLs must specify default base address here.
  2. ; Non-shipping DLLs must set "BaseOpt=" in the makefile.
  3. ; Processes do not need to set BaseOpt nor be listed here.
  4. ;
  5. ; Base addresses optimize performance by reducing time
  6. ; searching for a load address and fixing up relocations.
  7. ;
  8. ; NT and Win95 automatically rebase our DLLs for optimum
  9. ; packing, so these arbitrary base addresses prevent a
  10. ; performance degradation when using unofficial builds.
  11. ;
  12. ; Each base address should be greater than previous
  13. ; row's base address plus the maximum size.
  14. ; EXE BASE ADDRESS
  15. usermode 0x00400000 0xFFFFFF
  16. ; DLL BASE ADDRESS MAX. SIZE
  17. msconf 0x6A600000 0x200000
  18. nmft 0x6A700000 0x200000
  19. nmoldwb 0x6A800000 0x200000
  20. nmwb 0x6A900000 0x1100000
  21. nmchat 0x6AA00000 0x100000
  22. ; this slot for Windows 2000 is available
  23. msasn1 0x6AF00000 0x100000
  24. nac 0x6B000000 0x1100000
  25. lhacm 0x6B100000 0x100000
  26. rrcm 0x6B200000 0x100000
  27. callcont 0x6B300000 0x1200000
  28. nmas 0x6B500000 0x400000
  29. h323cc 0x6B900000 0x100000
  30. msg723 0x6BA00000 0x100000
  31. msh263 0x6BC00000 0x100000
  32. dech263 0x6BD00000 0x100000
  33. msh261 0x6BE00000 0x100000
  34. dech261 0x6BF00000 0x100000
  35. dcap32 0x6C000000 0x100000
  36. confmrsl 0x6C100000 0x100000
  37. nmmkcert 0x6C200000 0x100000
  38. nmasnt 0x6C300000 0x100000
  39. msica 0x6C400000 0x100000
  40. mst120 0x6C500000 0x1100000
  41. setupdd 0x6C600000 0x100000
  42. nmevtmsg 0x6C700000 0x100000
  43. nmcom 0x6C800000 0x200000
  44. nminf 0x6C900000 0x100000
  45. mst123 0x6CA00000 0x100000
  46. ; ILS server stuff
  47. ils 0x6F000000 0x200000
  48. wrdfltr 0x6F100000 0x100000
  49. ;
  50. ; debug/test
  51. isrdbg32 0x70000000 0x100000
  52. isdm2 0x70100000 0x100000
  53. qostest 0x70200000 0x100000
  54. stats 0x70300000 0x100000
  55. mnmprot 0x70400000 0x100000
  56. gki 0x70500000 0x100000
  57. rtppyld 0x70600000 0x100000
  58. admon 0x70700000 0x100000
  59. cpls 0x70800000 0x100000
  60. q931log 0x70900000 0x100000
  61. h245log 0x70A00000 0x100000
  62. raslog 0x70B00000 0x100000
  63. rtplog 0x70C00000 0x100000
  64. ircprot 0x70D00000 0x100000
  65. ctl 0x70E00000 0x100000
  66. wmaddin 0x70F00000 0x100000