I'm studying xv6: unix like operating system.
For exercise quiz, it asks:
Due to sector granularity, the call to readseg in the text is equivalent to readseg((unchar*) 0x100000, 0xb500, 0x1000). In practice, this sloppy behavior tunrs out not to be a problem. Why doesn't the sloppy readsect cause problem?
What is sector granularity???
p.s sloppy behavior? readseg((unchar*) 0x100000, 0xb500, 0x1000)..?? I have no idea what's going on.