When running: $ cat /proc/1/environ | tr '\0' '\n' on RCPL 27 the output is damaged
1. Run qemux86-64 with RCPL 26 and run: cat /proc/1/environ | tr '\0' '\n' 2. Run qemux86-64 with RCPL 27 and run: cat /proc/1/environ | tr '\0' '\n' Watch difference Also, this should display contents of VARIABLE1: VARIABLE1="proof" sleep 10 & cat /proc/$!/environ | grep -a "VARIABLE1"