mit-pdos / xv6-riscv

Xv6 for RISC-V
Other
6.98k stars 2.58k forks source link

Report an error when `n` is not equal to `MAXFILE` #146

Closed segfauIt closed 2 months ago

segfauIt commented 1 year ago

The variable n represents the number of blocks that have been read.

kaashoek commented 2 months ago

Thx