summaryrefslogtreecommitdiff
path: root/ACE/tests/ACE.bsp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/ACE.bsp')
-rw-r--r--ACE/tests/ACE.bsp25
1 files changed, 25 insertions, 0 deletions
diff --git a/ACE/tests/ACE.bsp b/ACE/tests/ACE.bsp
new file mode 100644
index 00000000000..58959b48998
--- /dev/null
+++ b/ACE/tests/ACE.bsp
@@ -0,0 +1,25 @@
+# Target description File for the Integrate utility for use with the
+# INTEGRITY real-time operating system by Green Hills Software.
+# Before editing this file, refer to your Integrate documentation.
+
+# ACE.bsp is only appropriate for dynamic download INTEGRITY applications
+# built for use with ACE/TAO
+
+Target
+ MinimumAddress 0x0
+ MaximumAddress 0x2fffffff
+ Clock StandardTick
+ EndClock
+ Clock HighResTimer
+ EndClock
+ Clock RealTimeClock
+ EndClock
+ InitialKernelObjects 50
+ DefaultStartIt false
+ DefaultMaxPriority 255
+ DefaultPriority 127
+ DefaultWeight 255
+ DefaultMaxWeight 255
+ DefaultStackSize 0x10000
+ DefaultMemoryRegionSize 0x100000
+EndTarget