mit-pdos / xv6-riscv

Xv6 for RISC-V
Other
6.63k stars 2.4k forks source link

Change `inode cache` in main.c to `inode table` #54

Closed kimjungwow closed 2 years ago

kimjungwow commented 3 years ago

As https://github.com/mit-pdos/xv6-riscv/commit/077323a8f0b3440fcc3d082096a2d83fe5461d70 renamed icache to itable, I think // inode cache comment in main.c should be modified to // inode table.

kaashoek commented 2 years ago

thx