cvs commit: src/sys/ia64/include vmparam.h src/sys/kern
kern_exec.c
Marcel Moolenaar
marcel at FreeBSD.org
Sun Oct 19 22:34:11 PDT 2003
marcel 2003/10/19 22:34:10 PDT
FreeBSD src repository
Modified files:
sys/ia64/include vmparam.h
sys/kern kern_exec.c
Log:
Put the RSE backing store at a fixed address. This change is triggered
by libguile that needs to know the base of the RSE backing store. We
currently do not export the fixed address to userland by means of a
sysctl so user code needs to hardcode it for now. This will be revisited
later.
The RSE backing store is now at the bottom of region 4. The memory stack
is at the top of region 4. This means that the whole region is usable
for the stacks, giving a 61-bit stack space.
Port: lang/guile (depended of x11/gnome2)
Revision Changes Path
1.8 +2 -0 src/sys/ia64/include/vmparam.h
1.230 +1 -1 src/sys/kern/kern_exec.c
More information about the cvs-src
mailing list