kaist-cp / rv6

Other
125 stars 13 forks source link

FS types whose size are not known at compile time #610

Open travis1829 opened 2 years ago

travis1829 commented 2 years ago

In Lfs,

The problem is, n or s are not known at compile time, and hence, the size of the in-memory Imap or SegTable are also not known at compile time. Note that the Ufs also had a similar problem and solved this by limiting the max number of inodes to 200 for all disks.

To solve this, we should