Browse Source

Fixup comments regarding large file support (it works these days)
-Erik

Eric Andersen 22 years ago
parent
commit
1ad690545c

+ 2 - 3
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 

+ 2 - 3
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 

+ 2 - 3
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 

+ 2 - 3
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 

+ 2 - 3
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 

+ 2 - 3
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 

+ 2 - 3
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 

+ 2 - 3
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 

+ 2 - 3
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 

+ 2 - 3
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