runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

formating a fat16 drive #147

Open RossComputerGuy opened 7 years ago

RossComputerGuy commented 7 years ago

I'm using fatfs to run a fat16 driver and I'm trying to format a drive, but I cannot write 512 into byte 11. Is there a workaround for this?

piranna commented 7 years ago

Bytes have 8 bits, so they can only host values up to 255.

El 19/6/2017 4:16, "SpaceboyRoss01" notifications@github.com escribió:

I'm using fatfs to run a fat16 driver and I'm trying to format a drive, but I cannot write 512 into byte 11. Is there a workaround for this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/runtimejs/runtime/issues/147, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgfvhxA2bRgjBMl5w3NU68dLHpe9Lqgks5sFdobgaJpZM4N9r_m .