* 2g/2g split
@ 2004-12-15 19:09 mike mike
2004-12-15 19:25 ` Jan Engelhardt
0 siblings, 1 reply; 5+ messages in thread
From: mike mike @ 2004-12-15 19:09 UTC (permalink / raw)
To: linux-kernel
Hi,
I am looking for some instructions as to how to do a '2g/2g', '1g/3g'
splits (user/kernel space memory) on a linux system with a 2.4 based kernel.
Thanks in advance.
M
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2g/2g split
2004-12-15 19:09 2g/2g split mike mike
@ 2004-12-15 19:25 ` Jan Engelhardt
2004-12-15 21:36 ` mike mike
0 siblings, 1 reply; 5+ messages in thread
From: Jan Engelhardt @ 2004-12-15 19:25 UTC (permalink / raw)
To: mike mike; +Cc: linux-kernel
> Hi,
> I am looking for some instructions as to how to do a '2g/2g', '1g/3g' splits
> (user/kernel space memory) on a linux system with a 2.4 based kernel.
You choose it in the configurator.
Jan Engelhardt
--
ENOSPC
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2g/2g split
2004-12-15 19:25 ` Jan Engelhardt
@ 2004-12-15 21:36 ` mike mike
2004-12-15 21:46 ` Marc-Christian Petersen
2004-12-15 22:09 ` Roland Dreier
0 siblings, 2 replies; 5+ messages in thread
From: mike mike @ 2004-12-15 21:36 UTC (permalink / raw)
To: jengelh; +Cc: linux-kernel
Thanks for the reply.
I did a "make xconfig", after extracting the source. I don't see any place
to enable this setting. Is that what I'm supposed to do, or something else ?
Many thanks.
-M
>From: Jan Engelhardt <jengelh@linux01.gwdg.de>
>To: mike mike <listsub@hotmail.com>
>CC: linux-kernel@vger.kernel.org
>Subject: Re: 2g/2g split
>Date: Wed, 15 Dec 2004 20:25:29 +0100 (MET)
>
> > Hi,
> > I am looking for some instructions as to how to do a '2g/2g', '1g/3g'
>splits
> > (user/kernel space memory) on a linux system with a 2.4 based kernel.
>
>You choose it in the configurator.
>
>
>
>Jan Engelhardt
>--
>ENOSPC
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2g/2g split
2004-12-15 21:36 ` mike mike
@ 2004-12-15 21:46 ` Marc-Christian Petersen
2004-12-15 22:09 ` Roland Dreier
1 sibling, 0 replies; 5+ messages in thread
From: Marc-Christian Petersen @ 2004-12-15 21:46 UTC (permalink / raw)
To: mike mike; +Cc: jengelh, linux-kernel
On Wednesday 15 December 2004 22:36, mike mike wrote:
> Thanks for the reply.
> I did a "make xconfig", after extracting the source. I don't see any place
> to enable this setting. Is that what I'm supposed to do, or something else
Right. You can't see such things because it isn't in the mainline kernel ;)
You have to patch that feature in. Try this I've posted some days ago:
http://mail.nl.linux.org/kernelnewbies/2004-12/msg00073.html
ciao, Marc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2g/2g split
2004-12-15 21:36 ` mike mike
2004-12-15 21:46 ` Marc-Christian Petersen
@ 2004-12-15 22:09 ` Roland Dreier
1 sibling, 0 replies; 5+ messages in thread
From: Roland Dreier @ 2004-12-15 22:09 UTC (permalink / raw)
To: mike mike; +Cc: jengelh, linux-kernel
With the latest 2.6 tree, all you need to do to get a 2g/2g split is
change the two definitions of __PAGE_OFFSET in asm-i386/page.h from
0xC0000000 to 0x80000000.
- Roland
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-12-15 22:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-15 19:09 2g/2g split mike mike
2004-12-15 19:25 ` Jan Engelhardt
2004-12-15 21:36 ` mike mike
2004-12-15 21:46 ` Marc-Christian Petersen
2004-12-15 22:09 ` Roland Dreier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox