Liblor / advanced_operating_systems_2020

Advanced Operating System Course at ETHZ
MIT License
19 stars 3 forks source link

Filesystem/spawn2 #179

Closed Liblor closed 4 years ago

Liblor commented 4 years ago

This should theoretically work. However the block driver (sdhc reader) takes half a second to read a block of 512Bytes. The dummy binary is ~540KB. Thus with a read speed of 1KB/s we have to wait 540s! This does not include the filesystem + rpc overhead... Not sure how this should be demoable without extra challanges of improving the speed of the sdhc reader