allow to select PVA in user startup script

This commit is contained in:
2022-10-20 16:44:16 +02:00
parent 1814534973
commit dcc8c2354e
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ R3 = strncmp(EPICS,"R3.",3)==0
R7 = strncmp(EPICS,"R7.",3)==0
# Load PVA only on vxWorks 6 with more than 32 MB RAM
PVA = R7 && VX6 && sysPhysMemTop()&0xfc000000&!getenv("NOPVA")
PVA = R7 && VX6 && (PVA||(sysPhysMemTop()&0xfc000000)) && !getenv("NOPVA")
# Time server (must be set before loading iocCoreLibrary.munch for 3.14.12)
# Need EPICS_TS_FORCE_NTPTIME for 7.0