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.

50 lines
1.7 KiB

  1. ; Introduction
  2. ; ------------
  3. ; COM+ DLLs are assigned addresses manually in this COFFBASE file.
  4. ; Doing this avoids the need for the loader to relocate our DLLs.
  5. ; COM+ DLLs are assigned addresses in the range 0x68FF0000 to
  6. ; 0x6B60000 per Quentin Clark
  7. ; If you wish to add a new DLL, please read the directions below.
  8. ;====================================================================
  9. ; DLL Rebasing Instructions
  10. ; -------------------------
  11. ; Should we ever wish to rebase at another address, take a good
  12. ; build of the Alpha checked components, (currently the largest
  13. ; version we build), and run \viper\bin\dllbase.bat to generate
  14. ; dllbase.txt, then cut and paste DLL base address assignments
  15. ; over the base address assigments below.
  16. ; Jan Gray, 6/97
  17. ;====================================================================
  18. ; DLL List
  19. ; --------
  20. ; New DLLs must be added at the end of the list below.
  21. ; These DLLs start at the low end of our assigned address range
  22. ; New entries are added at the end of the list and are assigned
  23. ; increasing addresses.
  24. ;
  25. ; To add an entry, assign your DLL the current "Next DLL Address".
  26. ; Then increment the current "Next DLL Address" by the size of the
  27. ; DLL you are adding.
  28. ; module base length ; description
  29. free\catalog 0x61000000 0x0700000 ;
  30. free\netfxcfg 0x61700000 0x0700000 ;
  31. free\netfxcfgprov 0x62000000 0x0230000 ;
  32. checked\catalog 0x61000000 0x0700000 ;
  33. checked\netfxcfgprov 0x62000000 0x0230000 ;
  34. ; Next DLL Address: 0x6a810000 (Must not exceed 0x6b600000)
  35. ;====================================================================
  36. ; EXEList
  37. ; --------
  38. ; New EXEs can be added anywhere in the list below.