Re: Announcing the VM/370 and VM/380 "SixPack" version 1.2 release candidate 1!

"Kevin Leonard" <[email protected]> Fri, 15 Oct 2010 19:58:00 -0000
Newsgroups gmane.comp.emulators.hercules390.vm
Message-ID <[email protected]>
DMKRIO defines 010 and 011 are 3277 model 2 devices:

  RDEVICE ADDRESS=(010,7),DEVTYPE=3277

010 is the primary console with 011 and 009
defined as alternates:

  RIOGEN CONS=010,ALTCONS=(011,009)

If 010 is unavailable at IPL, CP will try 011 as the
console.  If 011 isn't there, 009 will be tried.  If
none of the specified console devices is available,
IPL fails with a wait005.

--