tiqwab / xv6-rust

xv6 implementation in rust
MIT License
6 stars 1 forks source link

Buf cache #9

Closed tiqwab closed 4 years ago

tiqwab commented 4 years ago

Implement buf according to struct buf in xv6. The current implementation does not support concurrency, but it is OK for now.