On 11/20/17, Noel Chiappa <jnc(a)mercury.lcs.mit.edu> 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.
-Paul W.