summaryrefslogtreecommitdiff
path: root/lang/sun-jre14
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-08-10 23:23:26 +0000
committerjschauma <jschauma@pkgsrc.org>2003-08-10 23:23:26 +0000
commit36879bce703fd5a6d718a1c541c4b61dd781f979 (patch)
tree9b3ca27a8b809d835da3305c5c1cf107d5baa0e9 /lang/sun-jre14
parentdacf6df6d6e7d12e2b6b68f9a2a3a5c78decd5dc (diff)
downloadpkgsrc-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-jre14')
-rw-r--r--lang/sun-jre14/MESSAGE14
1 files changed, 10 insertions, 4 deletions
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