public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Setting kernel options at compile time.
@ 2001-05-04 22:16 chip
  2001-05-04 22:21 ` Alan Cox
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: chip @ 2001-05-04 22:16 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: BDY.TXT --]
[-- Type: text/plain, Size: 684 bytes --]

I'm trying to get a 2.2.19 kernel loaded on an i810 system using RPLD on 
a diskless system.  I can get the kernel loaded and running.  The 
problem is the i810 needs the kernel parameter "mem=xxxM" set to tell 
the kernel how much memory the system has since the on the i810 the 
kernel doesn't know how much was taken for video.

The catch I'm running into is RPLD cannot pass parameters to the kernel 
and without this setting the system has video problem, most likely from 
the memory sharing issues.  When the mem parameter is set when using a 
disk it doesn't demonstrate any problems.

What I'm trying to figure out is how to compile in this setting.

Thanks,
Chip Schweiss
 


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

* Re: Setting kernel options at compile time.
  2001-05-04 22:16 Setting kernel options at compile time chip
@ 2001-05-04 22:21 ` Alan Cox
  2001-05-04 23:08 ` Brian Gerst
  2001-05-04 23:31 ` H. Peter Anvin
  2 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2001-05-04 22:21 UTC (permalink / raw)
  To: Chip Schweiss; +Cc: linux-kernel

> a diskless system.  I can get the kernel loaded and running.  The 
> problem is the i810 needs the kernel parameter "mem=xxxM" set to tell 
> the kernel how much memory the system has since the on the i810 the 
> kernel doesn't know how much was taken for video.

The BIOS itself marks off the block of memory used in VGA emulation
modes. The agpgart driver then gets used by X11 to allocate for the other
modes it uses.  At least for every i810 device I have ever seen.

Alan


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

* Re: Setting kernel options at compile time.
  2001-05-04 22:16 Setting kernel options at compile time chip
  2001-05-04 22:21 ` Alan Cox
@ 2001-05-04 23:08 ` Brian Gerst
  2001-05-04 23:31 ` H. Peter Anvin
  2 siblings, 0 replies; 4+ messages in thread
From: Brian Gerst @ 2001-05-04 23:08 UTC (permalink / raw)
  To: Chip Schweiss; +Cc: linux-kernel

Chip Schweiss wrote:
> 
> I'm trying to get a 2.2.19 kernel loaded on an i810 system using RPLD on
> a diskless system.  I can get the kernel loaded and running.  The
> problem is the i810 needs the kernel parameter "mem=xxxM" set to tell
> the kernel how much memory the system has since the on the i810 the
> kernel doesn't know how much was taken for video.
> 
> The catch I'm running into is RPLD cannot pass parameters to the kernel
> and without this setting the system has video problem, most likely from
> the memory sharing issues.  When the mem parameter is set when using a
> disk it doesn't demonstrate any problems.
> 
> What I'm trying to figure out is how to compile in this setting.
> 
> Thanks,
> Chip Schweiss

Try a 2.4 kernel.  If the BIOS is reserving memory for the video card it
should show up in the e820 memory map.  2.2.x last I checked doesn't use
e820 for memory detection.

-- 

						Brian Gerst

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

* Re: Setting kernel options at compile time.
  2001-05-04 22:16 Setting kernel options at compile time chip
  2001-05-04 22:21 ` Alan Cox
  2001-05-04 23:08 ` Brian Gerst
@ 2001-05-04 23:31 ` H. Peter Anvin
  2 siblings, 0 replies; 4+ messages in thread
From: H. Peter Anvin @ 2001-05-04 23:31 UTC (permalink / raw)
  To: linux-kernel

Followup to:  <H00000650007236c.0989014582.dublin.innovates.com@MHS>
By author:    (Chip Schweiss) chip@innovates.com
In newsgroup: linux.dev.kernel
> 
> The catch I'm running into is RPLD cannot pass parameters to the kernel 
> and without this setting the system has video problem, most likely from 
> the memory sharing issues.  When the mem parameter is set when using a 
> disk it doesn't demonstrate any problems.
> 

What is RPLD?

	-hpa
-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt

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

end of thread, other threads:[~2001-05-04 23:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-04 22:16 Setting kernel options at compile time chip
2001-05-04 22:21 ` Alan Cox
2001-05-04 23:08 ` Brian Gerst
2001-05-04 23:31 ` H. Peter Anvin

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