So no Post-Insertion CONFIG GPCs FOR OPS 2?
Yes, that is what I hoped for. After all, its the first memory config change in every flight. But its not the first time you have to skip a step in the checklist because its not yet implemented.
There are only 2 GPCs: 1 with GNC and 2 with SM, and that is fixed. This means some procedures don't work/aren't needed right now. The hardware and software aren't isolated enough yet to pick which MF to run, and if it were, I can't think of having a RS without heavily synchronized threads... and that means the GPCs would no longer be able to ask Orbiter for altitude, speed, etc, so they would need to do navigation for real, which means having IMU, AA, GPS/TACAN, MLS, etc, which isn't an easy or quick topic.
So the current path is to improve the software, by organizing (i.,e., correcting) the data flow between modules, and limit the "call Orbiter" cheats to the modules that produce the navigation data (ATT PROC, NAVDAD, etc), which should make it easier to introduce navigation later on. A good chunk of this is done, and will mean that v2.0 will have more and better data available. Later the cheats can be replaced with actual subsystem data + calculations, thus eventually isolating the GPCs from Orbiter. Then moving the GPCs to threads becomes easier (still need to handle time acceleration changes somehow), and then having a RS. At this point, replacing this "internal" GPC simulation with something external should be possible. There is a long way to go, but it is moving in that direction.
Like I mentioned previously, the only question mark for v2.0 is: SM during ascent and entry important enough to require making a simple BFS? I still don't have an answer to that, and probably won't have for sometime.
So I'm trying to open doors for the future, while keeping things progressing in the present. I understand the frustration of "bah, so it won't be 100% done yet", but this v2.0 work is already a huge step forward. E.g., the new data flow (plus new modules) allows the HSI will work as it should during entry/landing, controlled by the mode switch. It's only half done yet (and I'll probably only finish it in the oms/rcs branch), but ADI will have the 3 modes working. All trajectory displays will have I-Loads, so lots of lines, labels, scales will be configurable per mission (no automatic configuration yet though). Plus all the internal changes that will be invisible to the user, but will allow more features in the near term.
Also I am not sure if the R4 switches work or if there should be a master alarm if you shutdown the MPS after the venting is complete.
One thing needed for the PRSD is the hardware C&W, which is done. You just need to plug in the sensor data to the ports, feed them with the correct volts and you will get a MA when a parameter go out of the set limts, which are configurable on panel R13U.