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 | ce0026e30942c5dba3fa842ca7142f5f6d384ca8 (patch) | |
tree | 9b3ca27a8b809d835da3305c5c1cf107d5baa0e9 /lang | |
parent | 6a1231613aea7f3402830575ec5ad7848b429c8e (diff) | |
download | pkgsrc-ce0026e30942c5dba3fa842ca7142f5f6d384ca8.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')
-rw-r--r-- | lang/sun-jdk14/MESSAGE | 14 | ||||
-rw-r--r-- | lang/sun-jre14/MESSAGE | 14 |
2 files changed, 20 insertions, 8 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 diff --git a/lang/sun-jre14/MESSAGE b/lang/sun-jre14/MESSAGE index 7a821a8d7b0..ff420e420cc 100644 --- a/lang/sun-jre14/MESSAGE +++ b/lang/sun-jre14/MESSAGE @@ -1,9 +1,15 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.6 2003/01/29 11:13:30 jlam Exp $ +$NetBSD: MESSAGE,v 1.7 2003/08/10 23:23:27 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 |