Annoyed by the Multiboot spec...
Posted: Sun Nov 13, 2005 5:19 pm
<rant>
The last thing the world needs is another ambiguous spec. >:(
</rant>
Now that that's over with, I have a question about this part of the spec (in reference to the mod_start and mod_end fields of the module info structure):
I'm wondering what the answer is based on people's actual experience...
The last thing the world needs is another ambiguous spec. >:(
</rant>
Now that that's over with, I have a question about this part of the spec (in reference to the mod_start and mod_end fields of the module info structure):
The meaning of the start address is pretty clear. However, the meaning of end address is ambiguous and could lead to some off-by-one errors. Does it mean the address of the last byte of the module, or the address of the first byte after the module?The first two fields contain the start and end addresses of the boot module itself.
I'm wondering what the answer is based on people's actual experience...