diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-05-13 09:27:24 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-05-13 09:27:24 +0000 |
commit | f09878f6327426631d9419d825a4e8396e3b9dc4 (patch) | |
tree | 009d1f1b1386baf6d07b3b7d9a436590ada14094 /Config.mk | |
parent | 0e2acbe54e5800621692c2f6e9e9590aa369e165 (diff) |
weenix
Diffstat (limited to 'Config.mk')
-rw-r--r-- | Config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,8 +13,8 @@ DRIVERS=1 VFS=1 S5FS=1 - VM=0 - DYNAMIC=0 + VM=1 + DYNAMIC=1 # When you finish S5FS, first enable "VM"; once this is working, then enable # "DYNAMIC". @@ -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=2048 # For fsmaker + DISK_BLOCKS=3072 # For fsmaker DISK_INODES=240 # For fsmaker # Boolean options specified in this specified in this file that should be |