diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sun-jdk14/MESSAGE.NetBSD | 4 | ||||
-rw-r--r-- | lang/sun-jre14/MESSAGE.NetBSD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/sun-jdk14/MESSAGE.NetBSD b/lang/sun-jdk14/MESSAGE.NetBSD index c817116bfa0..4afd9a347dc 100644 --- a/lang/sun-jdk14/MESSAGE.NetBSD +++ b/lang/sun-jdk14/MESSAGE.NetBSD @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.5 2004/02/28 00:49:03 lukem Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.6 2004/04/02 10:12:33 jmmv Exp $ In order to be able to run the JVM, you will need to compile your kernel with the following options: @@ -8,7 +8,7 @@ options COMPAT_LINUX Then, you need to add the following line to your /etc/fstab: -procfs /proc procfs rw,linux +procfs /emul/linux/proc procfs rw,linux Furthermore, the data segment size set by your shell's 'ulimit' builtin must be at least 262144 -- please refer to your shell's manual page for diff --git a/lang/sun-jre14/MESSAGE.NetBSD b/lang/sun-jre14/MESSAGE.NetBSD index 44141248193..210f65fb3b6 100644 --- a/lang/sun-jre14/MESSAGE.NetBSD +++ b/lang/sun-jre14/MESSAGE.NetBSD @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.5 2004/02/28 00:44:34 lukem Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.6 2004/04/02 10:12:34 jmmv Exp $ In order to be able to run the JVM, you will need to compile your kernel with the following options: @@ -8,7 +8,7 @@ options COMPAT_LINUX Then, you need to add the following line to your /etc/fstab: -procfs /proc procfs rw,linux +procfs /emul/linux/proc procfs rw,linux Furthermore, the data segment size set by your shell's 'ulimit' builtin must be at least 262144 -- please refer to your shell's manual page for |