Re: Lowest common denominator for buildworld/kernel

2005-04-12 Thread Kent Stewart
On Tuesday 12 April 2005 05:01 pm, markzero wrote: > > > ssh was the first thing that sprang to mind but it also raised > > > some further questions, like what exactly to copy. /usr/obj would > > > obviously have to go over but what about all the makefiles > > > required for a 'make installworld' e

Re: Lowest common denominator for buildworld/kernel

2005-04-12 Thread markzero
On Wed, Apr 13, 2005 at 01:01:23AM +0100, markzero wrote: > ssh was the first thing that sprang to mind but it also raised some > further questions, like what exactly to copy. /usr/obj would > obviously have to go over but what about all the makefiles required > for a 'make installworld' etc? I won

Re: Lowest common denominator for buildworld/kernel

2005-04-12 Thread markzero
> > ssh was the first thing that sprang to mind but it also raised some > > further questions, like what exactly to copy. /usr/obj would > > obviously have to go over but what about all the makefiles required > > for a 'make installworld' etc? I wondered if I would end up just > > copying over /usr

Re: Lowest common denominator for buildworld/kernel

2005-04-12 Thread Kent Stewart
On Tuesday 12 April 2005 04:18 pm, markzero wrote: > > >Hello, > > >I would like to set up a machine with which to build world and > > > kernels for an assortment of slightly different machines. The > > > machines are an assortment of Pentium IIs', IIIs' and AMD K6s'. > > > What CPU type should I b

Re: Lowest common denominator for buildworld/kernel

2005-04-12 Thread markzero
> >Hello, > >I would like to set up a machine with which to build world and kernels > >for an assortment of slightly different machines. The machines are > >an assortment of Pentium IIs', IIIs' and AMD K6s'. What CPU type should > >I build for in order to safely accomodate the slight differences? i

Re: Lowest common denominator for buildworld/kernel

2005-04-12 Thread Chuck Robey
markzero wrote: Hello, I would like to set up a machine with which to build world and kernels for an assortment of slightly different machines. The machines are an assortment of Pentium IIs', IIIs' and AMD K6s'. What CPU type should I build for in order to safely accomodate the slight differences?

Lowest common denominator for buildworld/kernel

2005-04-12 Thread markzero
Hello, I would like to set up a machine with which to build world and kernels for an assortment of slightly different machines. The machines are an assortment of Pentium IIs', IIIs' and AMD K6s'. What CPU type should I build for in order to safely accomodate the slight differences? i386? Also, as