* Is it possible to move Kernel Virtual Space to 0xE0000000
@ 2007-08-11 11:14 Subbu Linux
2007-08-11 15:22 ` John Reiser
0 siblings, 1 reply; 2+ messages in thread
From: Subbu Linux @ 2007-08-11 11:14 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 576 bytes --]
Hello PPCTeam,
I would like to know whether I can move kernel virtual space to 0xE0000000
from 0xC0000000, if so can someone suggest me what are the pros and cons, I
know moving kernel is not good idea since Non Linux Standard, but then I
need to expand user space as one of my applications uses huge mmap space.
I tried so far
Giving Kernel virtual space to 0xD0000000 and it boots without any problems,
however when I increase it more to 0xE0000000 it throws Program Exception. I
will be glad if someone helps me out with refernces for Linux Porting on
MPCs.
Regards
Subbu
[-- Attachment #2: Type: text/html, Size: 672 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Is it possible to move Kernel Virtual Space to 0xE0000000
2007-08-11 11:14 Is it possible to move Kernel Virtual Space to 0xE0000000 Subbu Linux
@ 2007-08-11 15:22 ` John Reiser
0 siblings, 0 replies; 2+ messages in thread
From: John Reiser @ 2007-08-11 15:22 UTC (permalink / raw)
To: linuxppc-embedded
> Giving Kernel virtual space to 0xD0000000 and it boots without any problems,
> however when I increase it more to 0xE0000000 it throws Program Exception. I
> will be glad if someone helps me out with refernces for Linux Porting on
> MPCs.
Search for:
linux "4G/4G split"
This work was active a couple years ago on x86. The kernel patches
are not trivial, and they cost about 15% in performance of system calls.
But they do provide almost a full 32-bits of address space for user mode.
The problem of "not enough user address space" also is solvable with
money. Get a 64-bit machine. It costs more per board but saves
development time, so costs less in the long run unless you are making
more than 10,000 systems.
--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-11 15:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-11 11:14 Is it possible to move Kernel Virtual Space to 0xE0000000 Subbu Linux
2007-08-11 15:22 ` John Reiser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).