Date: Sun, 19 Oct 2003 22:34:10 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include vmparam.h src/sys/kern kern_exec.c Message-ID: <200310200534.h9K5YA90014865@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310200534.h9K5YA90014865>