dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
806 stars 110 forks source link

Feature/indirect #176

Closed ethanmw closed 6 years ago

ethanmw commented 6 years ago

Addresses #94. Introduce indirect blocks to KevinFS to increase max file size from 40KB to ~4GB. Also create writebig.exe to test reading and writing indirect blocks. Currently untested due to #175

ethanmw commented 6 years ago

These should resolve all of the requested changes