From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnold@skeeve.com (arnold@skeeve.com) Date: Mon, 20 Nov 2017 12:27:25 -0700 Subject: [TUHS] UNIX on S/370 In-Reply-To: References: <20171120160504.3C46B18C091@mercury.lcs.mit.edu> Message-ID: <201711201927.vAKJRPqj006781@freefriends.org> Paul Winalski wrote: > On 11/20/17, Noel Chiappa wrote: > > > > Maybe this is my lack of knowledge of VM showing, but how did having VM > > help > > you over running on the bare hardware? > > It would mean that you wouldn't have to implement machine check > support and other hardware error handling. The VM hypervisor would do > that for you. It would also let you run multiple versions of UNIX > simultaneously. Very convenient if you're doing kernel or driver > development. The "simpler hardware handling" is a big inducement to building on top of VM. Or at least starting out that way. Even though AIX/370 was aimed at the educational market, my impression is that it was still pretty expensive. When I worked at the Emory U computing center (mid 80s) I heard about it, but management wasn't interested in trying to get it for their S/390. I'm pretty sure I remember hearing at some point, I don't remember when, that AIX/370 could run either under VM or on bare iron. Any idea what Linux/370 does? I think it runs on bare iron. Arnold