From book-rev8(DRAFT as of September 3, 2014 Page 95), it says:
"The boot loader itself is at 0x7c00 through 0x7d00
", but 0x7d00 - 0x7c00
is 256 bytes
, not 512 byes
(The BIOS reads 512 bytes
from disk).
So, I think the boot loader itself is at 0x7c00 through 0x7e00
, but I'm not sure whether I'm right.