-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UNIX 3.51 hangs on second boot after install due to lack of modem emulation #13
Comments
This has previously been reported by Robert Masterson on Mon, May 12, 2014 at 10:18 PM -- along with a workaround.
|
My investigation of the issue is that .phinit (which calls .phclr) is the culprit which hangs installation. I modified 08_Foundation_Set_Ver_3.51.IMD to remove .phinit from the rc file (hexediting to spaces) and was able to install successfully. I have not otherwise been able to get .phclr to run cleanly. .phclr doesn't attempt to read or write any regs so I don't know what the issue is. |
hey @philpem -- did you get my email with the modified disk 08? I was hoping maybe you could host it on your website? Or alternatively I could check it into the github. I've attached it here for reference. |
I did, yes. I've been really busy this past week and it slipped my mind...! I think a better fix would be to emulate enough of the modem hardware to get these scripts to run. But it's good to have the workaround for now. |
Ok, no problem -- I figured you must be busy! Yes, definitely would like to get it to advance naturally (even if there was still an error). When running .phinit, no regs are written to so it seems like something at the OS level with one of the /dev devices. |
UNIX 3.51 boots fine after installation. After shutting down and rebooting, however, the UNIX PC hangs on the "waiting" screen.
This is due to the modem port and UART not being emulated.
This lack of emulation also causes several error messages during installation:
/dev/ph0 can not be opened. Touch any key to continue.
Failed to open modem port. Error return= 19
The text was updated successfully, but these errors were encountered: