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.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'extra/Configs/Config.sh') 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 -- cgit v1.2.3