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.

33 lines
1.0 KiB

  1. ;
  2. ; This file defines the base virtual address for debugger images.
  3. ; The first token on a line is the name of the image and the
  4. ; second token is the base virtual address, in hexadecimal.
  5. ; The third token is the maximum size of the image.
  6. ;
  7. ; Executables all use the usermode entry.
  8. ; DLLs should have an entry that matches their TARGETNAME.
  9. ;
  10. ; Note that not all DLLs normally used are built in sdktools.
  11. ; kdexts and ntsdexts, for example, are elsewhere and controlled
  12. ; through a different mechanism.
  13. ;
  14. ; kdexts currently uses a default address of 0x400000 so
  15. ; leave it room.
  16. ; Give exes 4MB.
  17. usermode 0x01000000 0x00400000
  18. ext 0x01400000 0x00100000
  19. exts 0x01500000 0x00100000
  20. kext 0x01600000 0x00100000
  21. logexts 0x01700000 0x00100000
  22. uext 0x01800000 0x00100000
  23. assign 0x01900000 0x00100000
  24. decem 0x01C00000 0x00100000
  25. symsrv 0x01D00000 0x00100000
  26. ; Give the main debugger DLLs 8MB.
  27. dbgeng 0x02000000 0x00800000
  28. dbghelp 0x02800000 0x00800000