Re: New architecture support

2006-08-07 Thread Peter Jeremy
On Sun, 2006-Aug-06 20:26:45 -0300, Duane Whitty wrote: >I'm somewhat interested in this as well. Towards that end would it be >correct for me to believe the process is easier if the architecture >already has a UNIX(tm) style operating system installed and operating and >if there are GNU tools ava

Re: New architecture support

2006-08-06 Thread Duane Whitty
On Tue, Jun 27, 2006 at 08:51:47AM -0400, John Baldwin wrote: > On Monday 26 June 2006 09:53, Aditya Godbole wrote: > > Hi, > > > > If I have to add support for a new architecture, how do I start? I > > guess I need to get the build system and 'config' utility in place? > > How do I go about it? >

Re: New architecture support

2006-06-29 Thread Aditya Godbole
On 6/27/06, John Baldwin <[EMAIL PROTECTED]> wrote: > If I have to add support for a new architecture, how do I start? Well, you'll need a toolchain. :) Then you can start working on building a minimal kernel filling in missing bits in sys/ as you go. Is there any documentation regarding the

Re: New architecture support

2006-06-29 Thread John Baldwin
On Monday 26 June 2006 09:53, Aditya Godbole wrote: > Hi, > > If I have to add support for a new architecture, how do I start? I > guess I need to get the build system and 'config' utility in place? > How do I go about it? Well, you'll need a toolchain. :) Then you can start working on building