The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] VAX SysVr2: tape /dev entries missing
@ 2017-03-18 13:09 Cory Smelosky
  2017-03-18 13:47 ` Cory Smelosky
  0 siblings, 1 reply; 2+ messages in thread
From: Cory Smelosky @ 2017-03-18 13:09 UTC (permalink / raw)


All,

Seems my SysVR2 simulation instance has at one point or another lost its 
/dev/mt/* and /dev/rmt/* device entries.

Is there a script anywhere to regenerate these, or does anyone know the 
major/minor off hand for the SIMH TS device?

-- 
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects


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

* [TUHS] VAX SysVr2: tape /dev entries missing
  2017-03-18 13:09 [TUHS] VAX SysVr2: tape /dev entries missing Cory Smelosky
@ 2017-03-18 13:47 ` Cory Smelosky
  0 siblings, 0 replies; 2+ messages in thread
From: Cory Smelosky @ 2017-03-18 13:47 UTC (permalink / raw)


On Sat, 18 Mar 2017, Cory Smelosky wrote:

> All,
>
> Seems my SysVR2 simulation instance has at one point or another lost its 
> /dev/mt/* and /dev/rmt/* device entries.
>
> Is there a script anywhere to regenerate these, or does anyone know the 
> major/minor off hand for the SIMH TS device?
>
>

Figured it out.

# sysdef /unix > /tmp/system
# config -t /tmp/system
Block Devices
major   device  handler count
  0      disk    gd       1
  1      ts11    ts       1
  2      cdt     cdt      1
Character Devices
major   device  handler count
  0      con     con      1
  1      dz11    dz       8
  2      tty     sy       1
  3      memory  mm       1
  4      disk    gd       1
  5      ts11    ts       1
  8      errlog  err      1

-- 
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects


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

end of thread, other threads:[~2017-03-18 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-18 13:09 [TUHS] VAX SysVr2: tape /dev entries missing Cory Smelosky
2017-03-18 13:47 ` Cory Smelosky

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).