The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] having issues with simh and setting up dci for unixV7
@ 2021-10-20 22:50 joseph turco
  2021-10-20 23:14 ` Will Senn
  2021-10-21  1:58 ` Clem Cole
  0 siblings, 2 replies; 5+ messages in thread
From: joseph turco @ 2021-10-20 22:50 UTC (permalink / raw)
  To: tuhs

[-- Attachment #1: Type: text/plain, Size: 1093 bytes --]

hello all,

i am a new unix user, so please excuse my ignorance.

I am trying to setup using unixV7 with simh pdp11 emulator. The guide i am
following is by Will Senn (in PDF form). I have been able to successfully
get the machine to boot with unix, and login as root. what i am having
problems with, is trying to get telnet access via dci to work. when i
follow the guide and do the following:

# cd /usr/sys/conf
# rm l.o c.o
# cp hptmconf myconfnf
# echo 4dc >> myconf
# mkconf < myconf
# make
as - -o l.o l.s
cc -c c.c
ld -o unix -X -i l.o mch.o c.o ../sys/LIB1 ../dev/LIB2
# sum unix
10314
 106
# ls -l unix
-rwxrwxr-x 1 root
 54122 Dec 31 19:09 unix
etc...

when i issue the mkconf < myconf command, i get a bunch of text printed
out, but with a 'root device not found'. the sum unix value is different,
as well as the size of the ls -l unix file size.. now when i try booting it
with the newly created mboot.ini file (as per the guide), i go to start up
the system with 'hp(0,0)munix' and it starts but hangs with the text 'fault
devtab'

what am I doing wrong?

regards,

Joseph Turco

[-- Attachment #2: Type: text/html, Size: 1407 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-22 13:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20 22:50 [TUHS] having issues with simh and setting up dci for unixV7 joseph turco
2021-10-20 23:14 ` Will Senn
2021-10-20 23:37   ` Larry McVoy
2021-10-21  1:58 ` Clem Cole
2021-10-22 13:42   ` joseph turco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).