Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ukma!tut.cis.ohio-state.edu!ucbvax!PESCADERO.STANFORD.EDU!pallas From: pallas@PESCADERO.STANFORD.EDU (Joseph I. Pallas) Newsgroups: comp.os.v Subject: Re: using vload to boot vmunix Message-ID: <8904061928.AA12877@Pescadero.Stanford.EDU> Date: 6 Apr 89 19:28:55 GMT References: <8904061853.AA16679@moet> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 9 There are two ways you can do this. The simplest one is to use the boot spec to explicitly name a host (e.g., b le(,80088) ) from which to boot, and have some hosts serve up Vload and others the Sun bootstrap. The other way is to build a version of Vload with a Sun a.out header (there are examples in the Vload buildfile, I believe -- look for *.boot) and load it with the Sun "boot" program (name it V). Both of these have been done here. joe