Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Kernel load address
@ 1997-06-14  0:29 Ralf Baechle
  1997-06-14  1:04 ` William J. Earl
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Baechle @ 1997-06-14  0:29 UTC (permalink / raw)
  To: linux

Hi,

on SGI we load the kernel to the address 0x88069000.  See arch/mips/Makefile.
Is there any special reason for that address?

  Ralf

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

* Re: Kernel load address
  1997-06-14  0:29 Kernel load address Ralf Baechle
@ 1997-06-14  1:04 ` William J. Earl
  0 siblings, 0 replies; 2+ messages in thread
From: William J. Earl @ 1997-06-14  1:04 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux

Ralf Baechle writes:
 > Hi,
 > 
 > on SGI we load the kernel to the address 0x88069000.  See arch/mips/Makefile.
 > Is there any special reason for that address?

      Indy memory (unlike memory on many other SGI systems) starts
as physical address 0x08000000, so this is a little above the beginning
of memory.  (0x88000000 is the K0SEG address for the start of memory.)
The first 512 KB of memory is also mapped at physical address 0, so
that the exception vectors can be addresses.  Production IRIX kernels
are linked at 0x88002000.  Debug IRIX kernels are linked at about
0x88069000 to leave room for symmon, the IRIX resident kernel debugger.

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

end of thread, other threads:[~1997-06-14  1:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1997-06-14  0:29 Kernel load address Ralf Baechle
1997-06-14  1:04 ` William J. Earl

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