On 03/27/2012 03:27 AM, Scott Moser wrote:
The previous multiboot load code did not treat the case where
load_end_addr was 0 specially. The multiboot specification says the
following:
* load_end_addr
Contains the physical address of the end of the data segment.
(load_end_addr - load_ad
Am Montag, 26. März 2012 21:27:00 schrieb Scott Moser:
> The previous multiboot load code did not treat the case where
> load_end_addr was 0 specially. The multiboot specification says the
> following:
> * load_end_addr
>Contains the physical address of the end of the data segment.
>(load
On 05/26/2012 05:17 PM, Kevin Wolf wrote:
Am Montag, 26. März 2012 21:27:00 schrieb Scott Moser:
The previous multiboot load code did not treat the case where
load_end_addr was 0 specially. The multiboot specification says the
following:
* load_end_addr
Contains the physical address of th
The previous multiboot load code did not treat the case where
load_end_addr was 0 specially. The multiboot specification says the
following:
* load_end_addr
Contains the physical address of the end of the data segment.
(load_end_addr - load_addr) specifies how much data to load. This
imp
On 03/18/2012 12:45 PM, Scott Moser wrote:
Re-sending to qemu-devel. I'd originally sent this to kvm mailing list.
Can you submit as a proper patch with a Signed-off-by?
Regards,
Anthony Liguori
-- Forwarded message --
Date: Sat, 17 Mar 2012 00:08:06
From: Scott Moser
To:
Quoting Scott Moser (smo...@ubuntu.com):
> Re-sending to qemu-devel. I'd originally sent this to kvm mailing list.
>
>
> -- Forwarded message --
> Date: Sat, 17 Mar 2012 00:08:06
> From: Scott Moser
> To: k...@vger.kernel.org
> Subject: [PATCH] fix multiboot loading if load_end_
Re-sending to qemu-devel. I'd originally sent this to kvm mailing list.
-- Forwarded message --
Date: Sat, 17 Mar 2012 00:08:06
From: Scott Moser
To: k...@vger.kernel.org
Subject: [PATCH] fix multiboot loading if load_end_addr == 0
The previous code did not treat the case where