Date: Wed, 10 Jan 1996 09:07:52 -0800 From: John Polstra <jdp@polstra.com> To: graichen@omega.physik.fu-berlin.de Cc: freebsd-hackers@freebsd.org Subject: Re: non demand paged executables Message-ID: <199601101707.JAA21379@austin.polstra.com> In-Reply-To: <199601092001.VAA00623@mordillo>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199601092001.VAA00623@mordillo> you write: > is it possible to create non demand paged executables with FreeBSD ? It seems you can create them, using the "-n" or "-N" option to "ld". For example: cc -n hello.c But the kernel refuses to execute them. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601101707.JAA21379>