diff options
-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 |