cvs commit: src/sys/amd64/ia32 ia32_signal.c ia32_sysvec.c
ia32_util.h
Peter Wemm
peter at FreeBSD.org
Thu May 22 22:07:35 PDT 2003
peter 2003/05/22 22:07:34 PDT
FreeBSD src repository
Modified files:
sys/amd64/ia32 ia32_signal.c ia32_sysvec.c ia32_util.h
Log:
Deal with the user VM space expanding. 32 bit applications do not like
having their stack at the 512GB mark. Give 4GB of user VM space for 32
bit apps. Note that this is significantly more than on i386 which gives
only about 2.9GB of user VM to a process (1GB for kernel, plus page
table pages which eat user VM space).
Approved by: re (blanket)
Revision Changes Path
1.2 +3 -3 src/sys/amd64/ia32/ia32_signal.c
1.5 +4 -4 src/sys/amd64/ia32/ia32_sysvec.c
1.6 +1 -1 src/sys/amd64/ia32/ia32_util.h
More information about the cvs-all
mailing list