Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
examine the byte at offset 0x1be, 0x1ce, 0x1de, and 0x1ee to determine the active partition
Yes, the MBR is located in sector 0 of the disk. However, the article is talking about the location of the MBR in memory, after it's relocated itself to 0x0000:0x0600. 0x0600 + 0x01be = 0x07be, and so on.
Those who understand Unix are doomed to copy it, poorly.
examine the byte at offset 0x1be, 0x1ce, 0x1de, and 0x1ee to determine the active partition
Yes, the MBR is located in sector 0 of the disk. However, the article is talking about the location of the MBR in memory, after it's relocated itself to 0x0000:0x0600. 0x0600 + 0x01be = 0x07be, and so on.
Ahh how silly of me. I thought it was the offset on the disk, but it was in the memory. Thank you very much friend. Thank you so much.