diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-05-14 03:19:46 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-05-14 03:19:46 +0000 |
commit | 06d50155ac0bd079bfca0f5728346d8beeb205f2 (patch) | |
tree | 2f20c8ba099304d6ea06fb76e8a0807b8afa5a5f /Config.mk | |
parent | 7585cb5ad84babe9db8c6595de464e33fb878f0c (diff) |
weenix fixes
Diffstat (limited to 'Config.mk')
-rw-r--r-- | Config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ # Parameters for the hard disk we build (must be compatible!) # If the FS is too big for the disk, BAD things happen! - DISK_BLOCKS=3072 # For fsmaker + DISK_BLOCKS=2048 # For fsmaker DISK_INODES=240 # For fsmaker # Boolean options specified in this specified in this file that should be |