Linux MIPS Architecture development
 help / color / mirror / Atom feed
* RE: Step by step of my experience
@ 1997-10-24 17:07 Mike Hill
  1997-10-24 21:12 ` Ralf Baechle
  1997-10-24 21:53 ` Look what I found in a big cardboard box Alan Cox
  0 siblings, 2 replies; 6+ messages in thread
From: Mike Hill @ 1997-10-24 17:07 UTC (permalink / raw)
  To: linux

	Thus spake Mike Shaver:
	>  I'll clean up my current support tomorrow or Friday, and then
I'll
	>  check it in and coerce Miguel or Ralf into making a new test
kernel
	>  available. 


Is it possible to download the latest development work on the kernel,
for instance what's in the CVS repository?  Or, to quote the FAQ:

	14.  Where can I find up-to-the-second releases?


Regards,

Mike Hill

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Step by step of my experience
  1997-10-24 17:07 Step by step of my experience Mike Hill
@ 1997-10-24 21:12 ` Ralf Baechle
  1997-10-24 21:12   ` Ralf Baechle
  1997-10-24 21:53 ` Look what I found in a big cardboard box Alan Cox
  1 sibling, 1 reply; 6+ messages in thread
From: Ralf Baechle @ 1997-10-24 21:12 UTC (permalink / raw)
  To: Mike Hill; +Cc: linux

Hi,

> Thus spake Mike Shaver:
> > I'll clean up my current support tomorrow or Friday, and then I'll
> > check it in and coerce Miguel or Ralf into making a new test
> > kernel available. 
> 
> Is it possible to download the latest development work on the kernel,
> for instance what's in the CVS repository?  Or, to quote the FAQ:
> 
> 	14.  Where can I find up-to-the-second releases?

We'll setup anonymous CVS access and a cronjob that will create diffs
between kernel releases such that people can stay uptodate.  Right now
you should go for the testing kernels in /pub/src/kernel/testing/, they
are the newest and most reliable onces released.  I've got tons of
bugfixes but I won't have the time to merge them in the near future ...

  Ralf

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Step by step of my experience
  1997-10-24 21:12 ` Ralf Baechle
@ 1997-10-24 21:12   ` Ralf Baechle
  0 siblings, 0 replies; 6+ messages in thread
From: Ralf Baechle @ 1997-10-24 21:12 UTC (permalink / raw)
  To: Mike Hill; +Cc: linux

Hi,

> Thus spake Mike Shaver:
> > I'll clean up my current support tomorrow or Friday, and then I'll
> > check it in and coerce Miguel or Ralf into making a new test
> > kernel available. 
> 
> Is it possible to download the latest development work on the kernel,
> for instance what's in the CVS repository?  Or, to quote the FAQ:
> 
> 	14.  Where can I find up-to-the-second releases?

We'll setup anonymous CVS access and a cronjob that will create diffs
between kernel releases such that people can stay uptodate.  Right now
you should go for the testing kernels in /pub/src/kernel/testing/, they
are the newest and most reliable onces released.  I've got tons of
bugfixes but I won't have the time to merge them in the near future ...

  Ralf

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Look what I found in a big cardboard box
  1997-10-24 17:07 Step by step of my experience Mike Hill
  1997-10-24 21:12 ` Ralf Baechle
@ 1997-10-24 21:53 ` Alan Cox
  1997-10-24 23:02   ` Ralf Baechle
  1 sibling, 1 reply; 6+ messages in thread
From: Alan Cox @ 1997-10-24 21:53 UTC (permalink / raw)
  To: linux

And there was light (actually there was heavy..)

My SGI arrived today. Anyway after the required prelimiaries (Batallion,
making stupid indycam movies) I had a hack at the ext2fs utils and libs -
fixed them to compile and run properly under the Indy native cc. I can
successfully make and then fsck an ext2 partition.

What Im going to do next is chase the work from the Mac68K installer and
see if I can use that with the ext2fs lib to get the same arrangement working
(that is an application level toolset for installing tars and the like) from
Irix. 

To that goal I'm going to be working on the tool stuff until I've successfully
bootstrapped Linux that way.

Alan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Look what I found in a big cardboard box
  1997-10-24 21:53 ` Look what I found in a big cardboard box Alan Cox
@ 1997-10-24 23:02   ` Ralf Baechle
  1997-10-24 23:02     ` Ralf Baechle
  0 siblings, 1 reply; 6+ messages in thread
From: Ralf Baechle @ 1997-10-24 23:02 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux

Hi,

> And there was light (actually there was heavy..)

*grin*  And there was big - the box didn't fit into my car ...

> My SGI arrived today. Anyway after the required prelimiaries (Batallion,
> making stupid indycam movies) I had a hack at the ext2fs utils and libs -
> fixed them to compile and run properly under the Indy native cc. I can
> successfully make and then fsck an ext2 partition.

I'll work on a set of standalone utilities for the Indy's ARC (pronounce
arggghh ...) firmware.  That will bring us closer to get the thing
independant from IRIX.  In theory it should be pretty easy, but the
various ARC implementations I saw so far were beyond just completly broken,
at least the old onces which should be supported, too.

> What Im going to do next is chase the work from the Mac68K installer and
> see if I can use that with the ext2fs lib to get the same arrangement working
> (that is an application level toolset for installing tars and the like) from
> Irix. 
> 
> To that goal I'm going to be working on the tool stuff until I've successfully
> bootstrapped Linux that way.

Cool.

  Ralf

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Look what I found in a big cardboard box
  1997-10-24 23:02   ` Ralf Baechle
@ 1997-10-24 23:02     ` Ralf Baechle
  0 siblings, 0 replies; 6+ messages in thread
From: Ralf Baechle @ 1997-10-24 23:02 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux

Hi,

> And there was light (actually there was heavy..)

*grin*  And there was big - the box didn't fit into my car ...

> My SGI arrived today. Anyway after the required prelimiaries (Batallion,
> making stupid indycam movies) I had a hack at the ext2fs utils and libs -
> fixed them to compile and run properly under the Indy native cc. I can
> successfully make and then fsck an ext2 partition.

I'll work on a set of standalone utilities for the Indy's ARC (pronounce
arggghh ...) firmware.  That will bring us closer to get the thing
independant from IRIX.  In theory it should be pretty easy, but the
various ARC implementations I saw so far were beyond just completly broken,
at least the old onces which should be supported, too.

> What Im going to do next is chase the work from the Mac68K installer and
> see if I can use that with the ext2fs lib to get the same arrangement working
> (that is an application level toolset for installing tars and the like) from
> Irix. 
> 
> To that goal I'm going to be working on the tool stuff until I've successfully
> bootstrapped Linux that way.

Cool.

  Ralf

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1997-10-24 23:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1997-10-24 17:07 Step by step of my experience Mike Hill
1997-10-24 21:12 ` Ralf Baechle
1997-10-24 21:12   ` Ralf Baechle
1997-10-24 21:53 ` Look what I found in a big cardboard box Alan Cox
1997-10-24 23:02   ` Ralf Baechle
1997-10-24 23:02     ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox