Default.bsp 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Target description File for the Integrate utility for use with the
  2. # INTEGRITY real-time operating system by Green Hills Software.
  3. # Before editing this file, refer to your Integrate documentation.
  4. # default.bsp is appropriate for INTEGRITY applications which are
  5. # fully linked with the kernel (for RAM or ROM) or dynamically downloaded.
  6. #
  7. # MinimumAddress must match the value of .ramend in the linker directives
  8. # file used for the KernelSpace program - see default.ld for more info.
  9. # The MaximumAddress used here allows memory mappings to be specified
  10. # for up to the 16 MB mark in RAM. Intex will not permit programs
  11. # that require more memory for its mappings. If the board has less
  12. # memory, this number can be reduced by the user.
  13. Target
  14. MinimumAddress .ramend
  15. MaximumAddress .ramlimit
  16. Clock StandardTick
  17. EndClock
  18. Clock HighResTimer
  19. EndClock
  20. IODevice "SerialDev0"
  21. InitialKernelObjects 200
  22. DefaultStartIt false
  23. DefaultMaxPriority 255
  24. DefaultPriority 127
  25. DefaultWeight 1
  26. DefaultMaxWeight 255
  27. DefaultHeapSize 0x10000
  28. LastVirtualAddress 0x3fffffff
  29. PageSize 0x1000
  30. ArchitectedPageSize 0x1000
  31. ArchitectedPageSize 0x10000
  32. ArchitectedPageSize 0x100000
  33. DefaultMemoryRegionSize 0x20000
  34. EndTarget