Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Installing Linux on an Indy with 1 HD
@ 1999-01-28 10:41 Alexander Graefe
  1999-01-28 10:56 ` Richard Hartensveld
  1999-01-28 15:33 ` Robbie Stone
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Graefe @ 1999-01-28 10:41 UTC (permalink / raw)
  To: linux

Hi.

I was wondering if SGI-Linux can be installed as the only OS on an
Indy, because I only have one 2GB HD and I want that all for Linux :)
(plus I only have IRIX 5.3 without IDO, which makes compiling the
necessary GNU-Programs impossible)

Bye,
	LeX

-- 
Quidquid latine dictum sit, altum viditur.

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

* Re: Installing Linux on an Indy with 1 HD
  1999-01-28 10:41 Installing Linux on an Indy with 1 HD Alexander Graefe
@ 1999-01-28 10:56 ` Richard Hartensveld
  1999-01-28 15:33 ` Robbie Stone
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Hartensveld @ 1999-01-28 10:56 UTC (permalink / raw)
  To: Alexander Graefe; +Cc: linux

Alexander Graefe wrote:

> Hi.
>
> I was wondering if SGI-Linux can be installed as the only OS on an
> Indy, because I only have one 2GB HD and I want that all for Linux :)

Sure, just boot the kernel over the network like you did on install.

Cheers,

Richard

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

* Re: Installing Linux on an Indy with 1 HD
  1999-01-28 10:41 Installing Linux on an Indy with 1 HD Alexander Graefe
  1999-01-28 10:56 ` Richard Hartensveld
@ 1999-01-28 15:33 ` Robbie Stone
  1999-01-28 16:34   ` Robin Humble
  1 sibling, 1 reply; 5+ messages in thread
From: Robbie Stone @ 1999-01-28 15:33 UTC (permalink / raw)
  To: Alexander Graefe; +Cc: linux

Er, you can use gcc for most all of your building, as a matter of fact it
seems to not comlain about errors even close to as freqentley as the SGI
compiler does. Although it's less optimized it's still running....

-----------------------------
Robbie Stone, rstone@vitelus.com
Serendipity Simplex

On Thu, 28 Jan 1999, Alexander Graefe wrote:

:->Hi.
:->
:->I was wondering if SGI-Linux can be installed as the only OS on an
:->Indy, because I only have one 2GB HD and I want that all for Linux :)
:->(plus I only have IRIX 5.3 without IDO, which makes compiling the
:->necessary GNU-Programs impossible)
:->
:->Bye,
:->	LeX
:->
:->-- 
:->Quidquid latine dictum sit, altum viditur.
:->

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

* Re: Installing Linux on an Indy with 1 HD
  1999-01-28 15:33 ` Robbie Stone
@ 1999-01-28 16:34   ` Robin Humble
  1999-01-28 16:34     ` Robin Humble
  0 siblings, 1 reply; 5+ messages in thread
From: Robin Humble @ 1999-01-28 16:34 UTC (permalink / raw)
  To: Robbie Stone; +Cc: nachtfalke, linux


>Er, you can use gcc for most all of your building, as a matter of fact it

Actually if you're talking about using gcc under IRIX then IRIX 5.3
doesn't come with the necessary header files to compile anything(*).
You need the IDO or IRIX >= 6.5 which Alexander does not posess. Also
just to clear up some apparent confusion (which may well be mine rather
than Alexanders) in order to install SGI-Linux for Indy you don't
actually need to compile anything...

I would also point out that Linux on Indy doesn't support any X11
graphics yet. Swapping from IRIX 5.3 to something text-only could be
a bit of a shock... But wait a few months and life could be all
xPeaches and xCream :-)

Personally I'd try to find a small (hyper-cheap/free) old SCSI drive
(erm, 300-500M would do?) and install on that. Or do like Richard
suggested and permanently run your Linux/Indy off a network root drive.

cheers,
robin

(*) except the IRIX kernel. It uses a weirdly lobotomised compiler
hidden well away...

--
He'd found that even the people whose job of work was, so to speak, the
Universe, didn't really believe in it and were actually quite proud of not
knowing what it really was or even if it could theoretically exist.
     Robin Humble     /      http://www.maths.monash.edu.au/~rjh/

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

* Re: Installing Linux on an Indy with 1 HD
  1999-01-28 16:34   ` Robin Humble
@ 1999-01-28 16:34     ` Robin Humble
  0 siblings, 0 replies; 5+ messages in thread
From: Robin Humble @ 1999-01-28 16:34 UTC (permalink / raw)
  To: Robbie Stone; +Cc: nachtfalke, linux


>Er, you can use gcc for most all of your building, as a matter of fact it

Actually if you're talking about using gcc under IRIX then IRIX 5.3
doesn't come with the necessary header files to compile anything(*).
You need the IDO or IRIX >= 6.5 which Alexander does not posess. Also
just to clear up some apparent confusion (which may well be mine rather
than Alexanders) in order to install SGI-Linux for Indy you don't
actually need to compile anything...

I would also point out that Linux on Indy doesn't support any X11
graphics yet. Swapping from IRIX 5.3 to something text-only could be
a bit of a shock... But wait a few months and life could be all
xPeaches and xCream :-)

Personally I'd try to find a small (hyper-cheap/free) old SCSI drive
(erm, 300-500M would do?) and install on that. Or do like Richard
suggested and permanently run your Linux/Indy off a network root drive.

cheers,
robin

(*) except the IRIX kernel. It uses a weirdly lobotomised compiler
hidden well away...

--
He'd found that even the people whose job of work was, so to speak, the
Universe, didn't really believe in it and were actually quite proud of not
knowing what it really was or even if it could theoretically exist.
     Robin Humble     /      http://www.maths.monash.edu.au/~rjh/

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

end of thread, other threads:[~1999-01-28 16:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-01-28 10:41 Installing Linux on an Indy with 1 HD Alexander Graefe
1999-01-28 10:56 ` Richard Hartensveld
1999-01-28 15:33 ` Robbie Stone
1999-01-28 16:34   ` Robin Humble
1999-01-28 16:34     ` Robin Humble

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