How to confirm HAL mods? #115
willjlong
started this conversation in
S-132 add-on for IMSAI & Cromemco replicas
Replies: 1 comment
-
Sorry. Rookie mistake. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running S-132 using ISMAI power. ISMAI works fine and boots to CP/M. Not so with S-132. Any tips to tell what is working and what is not? Upon power up, it get a short pause then a buzzer. No VGA. Using USB keyboard, I hear a click for each key depression. When booting connected to laptop, startup logs do not seem to reflect HAL mods for S-132.
Modified boot.conf contains mods as follows:
Harddisk image
HARDDISK=hd-ws4
Enable S-132
S132.init=1
SIO-2 default port mappings (HAL)
#SIO1.portA.device=S132TTY+,WEBTTY,UART0
#SIO1.portB.device=S132VIO+,VIOKBD
#SIO2.portA.device=WEBPTR,UART1
#SIO2.portB.device=MODEM
Modem initialization string. Example:
#MODEM.init=ATS0=1S15=1&A1 #S0=1 auto-answer after 1 ring, S15=1
enable telnet protocol
MODEM.init=ATS15=1 #S15=1 enable telnet protocol
Startup log shows:
D:DSK:='ws33.dsk'
I:DSK:='hd-ws4.hdd'
MODEM.init string: ATS15=1
SIO PORT MAP:
SIO1.portA = WEBTTY UART0
SIO1.portB = VIOKBD
SIO2.portA = WEBPTR UART1
SIO2.portB = MODEM
LPT = WEBLPT FILE
A>
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions