From: "David S. Miller" <davem@jenolan.rutgers.edu>
To: ariel@cthulhu.engr.sgi.com
Cc: linux@yon.engr.sgi.com
Subject: Re: Hello world!
Date: Fri, 14 Mar 1997 03:45:15 -0500 [thread overview]
Message-ID: <199703140845.DAA22966@jenolan.caipgeneral> (raw)
In-Reply-To: <199703140018.QAA20671@yon.engr.sgi.com> (ariel@yon.engr.sgi.com)
From: ariel@yon.engr.sgi.com (Ariel Faigon)
Date: Thu, 13 Mar 1997 16:18:06 -0800 (PST)
3) The target Linux/Indy filesystems were NFS mounted.
Basically we need to mkfs.ext2(8) on the local Indy (as IRIX
supports XFS and EFS both of which are proprietary, Sigh)
It would be best to have a seprate disk (rather than a
partition which may disappear in case of human error)
Get SILO to work, get the latest gcc to work native
and we can start working on userland.
In all actuality I did have real Linux ext2 filesystems on my test
box, only the kernel was network obtained. In fact the stock ext2
filesystem utilities can be compiled on non-Linux platforms out of the
box, they use GNU autoconf. In fact this is what I did to get going
initially.
I still had to use IRIX fdisk to label the disk, but then from IRIX I
just ran the mke2fs program to make the ext2 filesystem. Then I'd
boot Linux quickly using nfsroot, mount the ext2 filesystem I had just
created, and I constructed a partition by copying files over from the
nfs partition in this way. It was a pain, but it worked and I was
more interested in seeing results than doing it right at the time. ;-)
Also the rapid pace at which I was making changes to libc which caused
all of the binaries on the partition to be unusable (because of a
change of symbols in the dynamic linker etc.) actually warranted this
scheme.
A boot loader is really needed though. There are essentially two or
three approaches most ports take to this task:
1) If the machine provides a "BIOS" or ROM interface that the loader
can use to access the raw disk to do I/O operations, the boot
loader only needs to be very minimal. It uses the ext2 filesystem
library, teaches the library at init time to use functions which it
provides to do I/O. It will do so via the ROM interfaces. Also,
some knowledge of the disk labeling scheme is necessary as well.
This is the scheme used by the Sparc port's boot loader, it is the
easiest way to approach this problem and it does not lack any
features.
2) The Alpha port sticks essentially a miniature kernel into the boot
loader. Although I dislike this scheme, I have been told that they
do need to do things this way. Pretty much the boot loader has
full device drivers in it.
I'd suggest scheme 1, I am nearly positive the SGI proms provide all
the facilities necessary to do what I have described. And if I
remember correctly the boot loader that Ralf is using on his SRM
machines does in fact do all of this. It would be beneficial to go
and look at the available boot loaders already coded, I have a
sneaking suspician that someone willing to stare at all of the code in
those boot loaders can get the thing working on an INDY in say 5 or 6
days time with no prior knowledge.
Asking David some questions might be a good idea too.
I'm not sure he is currently on the list, I'll ask
him if he's interested to join.
If I am not on there now, please add me. I'll listen in.
Larry and I are working on setting up linux.sgi.com outside the
SGI firewall. My intention is to set up tcpwrappers so that only
the developers (Ralf, Miguel, Mike) and SGI people could login
and give you complete control of the machine. At which point
you can install ssh or whatever and start sharing sources.
The "official" initial post-David merged source tree should
come from Ralf.
Right.
---------------------------------------------////
Yow! 11.26 MB/s remote host TCP bandwidth & ////
199 usec remote TCP latency over 100Mb/s ////
ethernet. Beat that! ////
-----------------------------------------////__________ o
David S. Miller, davem@caip.rutgers.edu /_____________/ / // /_/ ><
next prev parent reply other threads:[~1997-03-14 8:53 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
1997-03-13 22:10 Hello world! Mike Shaver
[not found] ` <shaver@neon.ingenia.ca>
1997-03-14 11:24 ` Alistair Lambie
1997-03-14 0:18 ` Ariel Faigon
1997-03-14 0:18 ` Ariel Faigon
1997-03-14 8:45 ` David S. Miller [this message]
1997-05-27 19:45 ` strace/truss equiv? Christopher W. Carlson
1997-05-28 18:56 ` Dynapenguin! Seth Morabito
1997-05-28 19:10 ` Dynapenguin! Mike Shaver
1997-05-28 19:10 ` Dynapenguin! Mike Shaver
1997-07-18 19:00 ` Pointers on how to get started richard offer
1997-07-21 7:10 ` Martin Knoblauch
1997-08-15 21:17 ` Power Series? richard offer
-- strict thread matches above, loose matches on Subject: below --
1997-05-22 19:13 small world Mike Shaver
1997-05-25 3:21 ` Ralf Baechle
1997-05-25 3:21 ` Ralf Baechle
[not found] ` <ralf@mailhost.uni-koblenz.de>
1997-05-27 3:01 ` Christopher W. Carlson
1997-05-27 21:07 ` strace/truss equiv? Seth Morabito
1997-05-26 7:48 ` small world Martin Knoblauch
1997-05-27 19:19 strace/truss equiv? Mike Shaver
1997-05-27 19:37 ` Luc Chouinard
1997-05-27 19:42 ` John E. Schimmel
1997-05-27 19:42 ` John E. Schimmel
1997-05-27 20:01 ` Mike Shaver
1997-05-27 20:01 ` Mike Shaver
1997-05-27 19:48 ` Ariel Faigon
1997-05-27 19:48 ` Ariel Faigon
1997-05-27 20:37 ` Ralf Baechle
1997-05-27 20:37 ` Ralf Baechle
1997-05-27 20:50 ` Mike Shaver
1997-05-27 20:50 ` Mike Shaver
1997-05-27 20:58 ` Ralf Baechle
1997-05-27 20:58 ` Ralf Baechle
1997-05-28 18:37 Dynapenguin! Mike Shaver
1997-07-18 16:54 Pointers on how to get started Emmanuel Mogenet
1997-07-18 17:32 ` Ariel Faigon
1997-07-18 17:32 ` Ariel Faigon
1997-07-18 17:32 ` Alex deVries
1997-07-18 18:13 ` Mike Shaver
1997-07-18 18:13 ` Mike Shaver
1997-07-18 18:43 ` Alex deVries
1997-07-18 18:46 ` Mike Shaver
1997-07-18 18:46 ` Mike Shaver
1997-07-18 20:45 ` Alan Cox
1997-07-18 20:45 ` Alan Cox
1997-07-21 3:36 ` Miguel de Icaza
1997-08-15 20:20 Power Series? Mike Shaver
1997-08-15 20:20 ` Mike Shaver
1997-08-15 20:36 ` Steve Rikli
1997-08-15 20:36 ` Steve Rikli
1997-08-15 20:47 ` Alex deVries
1997-08-15 20:54 ` Mike Shaver
1997-08-15 20:54 ` Mike Shaver
1997-08-16 0:51 ` David Kennedy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=199703140845.DAA22966@jenolan.caipgeneral \
--to=davem@jenolan.rutgers.edu \
--cc=ariel@cthulhu.engr.sgi.com \
--cc=linux@yon.engr.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox