pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Tell users to compile their kernel with
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d1690813d78
branches: trunk
changeset: 459886:7d1690813d78
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Aug 10 23:23:26 2003 +0000
description:
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:
lang/sun-jdk14/MESSAGE | 14 ++++++++++----
lang/sun-jre14/MESSAGE | 14 ++++++++++----
2 files changed, 20 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 61c9706beb7c -r 7d1690813d78 lang/sun-jdk14/MESSAGE
--- a/lang/sun-jdk14/MESSAGE Sun Aug 10 22:34:14 2003 +0000
+++ b/lang/sun-jdk14/MESSAGE Sun Aug 10 23:23:26 2003 +0000
@@ -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 be able to run the JVM, you will need to compile your kernel
+with the following options:
-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.
+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 -r 61c9706beb7c -r 7d1690813d78 lang/sun-jre14/MESSAGE
--- a/lang/sun-jre14/MESSAGE Sun Aug 10 22:34:14 2003 +0000
+++ b/lang/sun-jre14/MESSAGE Sun Aug 10 23:23:26 2003 +0000
@@ -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 be able to run the JVM, you will need to compile your kernel
+with the following options:
-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.
+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
Home |
Main Index |
Thread Index |
Old Index