From 1ad690545c7079115f76918f483c33c120e48204 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Jan 2002 13:11:48 +0000 Subject: Fixup comments regarding large file support (it works these days) -Erik --- extra/Configs/Config.arm | 5 ++--- extra/Configs/Config.cross.arm.uclinux | 5 ++--- extra/Configs/Config.i386 | 5 ++--- extra/Configs/Config.m68k | 5 ++--- extra/Configs/Config.m68k.coff | 5 ++--- extra/Configs/Config.mips | 5 ++--- extra/Configs/Config.mipsel | 5 ++--- extra/Configs/Config.powerpc | 5 ++--- extra/Configs/Config.sh | 5 ++--- extra/Configs/Config.v850e | 5 ++--- 10 files changed, 20 insertions(+), 30 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 95ebe8489..7a4dace33 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -109,9 +109,8 @@ MALLOC = malloc # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used diff --git a/extra/Configs/Config.cross.arm.uclinux b/extra/Configs/Config.cross.arm.uclinux index d90c1ee42..17395afb2 100644 --- a/extra/Configs/Config.cross.arm.uclinux +++ b/extra/Configs/Config.cross.arm.uclinux @@ -105,9 +105,8 @@ MALLOC = malloc-simple # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index c7c202583..f587cdd12 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -105,9 +105,8 @@ MALLOC = malloc-930716 # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k index b6bb64de0..18ad5195c 100644 --- a/extra/Configs/Config.m68k +++ b/extra/Configs/Config.m68k @@ -105,9 +105,8 @@ MALLOC = malloc-simple # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff index 0794431f7..cc56dd37e 100644 --- a/extra/Configs/Config.m68k.coff +++ b/extra/Configs/Config.m68k.coff @@ -105,9 +105,8 @@ MALLOC = malloc-simple # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index d2ba47266..37c0f70b9 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -104,9 +104,8 @@ MALLOC = malloc-simple # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel index d2ba47266..37c0f70b9 100644 --- a/extra/Configs/Config.mipsel +++ b/extra/Configs/Config.mipsel @@ -104,9 +104,8 @@ MALLOC = malloc-simple # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index fe20607d6..64d36d4f6 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -105,9 +105,8 @@ MALLOC = malloc # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index c19c04e2d..dd4d8c90e 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -129,9 +129,8 @@ MALLOC = malloc-simple # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e index d7d93e596..94c7c0cba 100644 --- a/extra/Configs/Config.v850e +++ b/extra/Configs/Config.v850e @@ -110,9 +110,8 @@ MALLOC = malloc # At present, only affects i386. UNIFIED_SYSCALL = false -# If you want large file summit support (greater then 2 Gib), -# turn this on. This has no effect unless your kernel supports -# lfs. This currently does nothing, but may someday... +# If you want large file support (greater then 2 GiB) turn this on. +# Do not enable this unless your kernel provides large file support. DOLFS = false # If you want to include RPC support, enable this. RPC is almost never used -- cgit v1.2.3