On Mon, Aug 17, 2015 at 09:51:58AM -0600, Jan Beulich wrote:
> >>> On 20.07.15 at 16:29, wrote:
> > Create generic alloc and copy functions. We need
> > separate tools for memory allocation and copy to
> > provide multiboot2 protocol support.
> >
> > Signed-off-by: Daniel Kiper
> > Reviewed-by: A
>>> On 20.07.15 at 16:29, wrote:
> Create generic alloc and copy functions. We need
> separate tools for memory allocation and copy to
> provide multiboot2 protocol support.
>
> Signed-off-by: Daniel Kiper
> Reviewed-by: Andrew Cooper
> ---
> v2 - suggestions/fixes:
>- generalize new functi
Create generic alloc and copy functions. We need
separate tools for memory allocation and copy to
provide multiboot2 protocol support.
Signed-off-by: Daniel Kiper
Reviewed-by: Andrew Cooper
---
v2 - suggestions/fixes:
- generalize new functions names
(suggested by Jan Beulich),
- redu