diff options
Diffstat (limited to 'extra/Configs/Config.mips')
-rw-r--r-- | extra/Configs/Config.mips | 5 |
1 files changed, 2 insertions, 3 deletions
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 |