Soeren D. Schulze wrote:
> I think there are two bugs in the example implementation of the
> multiboot standard version 0.6.96.  Both concern the display of the
> memory map.
>
> First, the `multiboot_uint64_t' type does not seem to be working as
> expected. I always get 32-bit there.  I personally wouldn't use that
> type anyway, so I used two 32-bit variables in place.
>
>   
This bug was fixed for some time in trunk
> Second, the memory addresses *must* be zero-padded when chaining the
> output of two `itoa' calls this way, so I introduced the (non-standard)
> '%X' specifier.
>   
Non-apropriate. I've just fixed it properly in bazaar. Thanks for reporting



-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to