EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.13k stars 267 forks source link

Improve stdio behaviour #1025

Open EtchedPixels opened 10 months ago

EtchedPixels commented 10 months ago

In order to get the best disk performane stdio should buffer and refill buffers of BLKSIZ but also on BLKSIZ boundaries so that the block I/O from the disk can go directly to user memory.