diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-08-10 23:23:26 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-08-10 23:23:26 +0000 |
commit | 36879bce703fd5a6d718a1c541c4b61dd781f979 (patch) | |
tree | 9b3ca27a8b809d835da3305c5c1cf107d5baa0e9 /lang/sun-jdk14 | |
parent | dacf6df6d6e7d12e2b6b68f9a2a3a5c78decd5dc (diff) | |
download | pkgsrc-36879bce703fd5a6d718a1c541c4b61dd781f979.tar.gz |
Tell users to compile their kernel with
makeoptions TEXTADDR=d0100000
options KERNBASE_LOCORE=0xd0000000
options COMPAT_LINUX
so they can use the JDK. Pointed out by Christos.
Diffstat (limited to 'lang/sun-jdk14')
-rw-r--r-- | lang/sun-jdk14/MESSAGE | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/lang/sun-jdk14/MESSAGE b/lang/sun-jdk14/MESSAGE index f4b72a93a34..134ecfe785e 100644 --- a/lang/sun-jdk14/MESSAGE +++ b/lang/sun-jdk14/MESSAGE @@ -1,9 +1,15 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.6 2003/01/29 11:13:28 jlam Exp $ +$NetBSD: MESSAGE,v 1.7 2003/08/10 23:23:26 jschauma Exp $ -In order to invoke the JVM, the data segment size set by your shell's -'ulimit' builtin must be at least 131204 -- please refer to your shell's -manual page for details. +In order to be able to run the JVM, you will need to compile your kernel +with the following options: + +makeoptions TEXTADDR=d0100000 +options KERNBASE_LOCORE=0xd0000000 +options COMPAT_LINUX + +Furthermore, the data segment size set by your shell's 'ulimit' builtin must +be at least 131204 -- please refer to your shell's manual page for details. You may want to read |