Change inode cache in main.c to inode table

This commit is contained in:
kimjungwow 2020-12-04 04:46:50 +00:00 committed by Frans Kaashoek
parent dd6d5d0a41
commit f55def8a64

View file

@ -25,7 +25,7 @@ main()
plicinit(); // set up interrupt controller
plicinithart(); // ask PLIC for device interrupts
binit(); // buffer cache
iinit(); // inode cache
iinit(); // inode table
fileinit(); // file table
virtio_disk_init(); // emulated hard disk
userinit(); // first user process