Subject: Re: Some ASM code to C
To: Julio M. Merino Vidal <jmmv84@gmail.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: port-i386
Date: 02/13/2006 20:29:07
On Feb 12, 2006, at 3:51 AM, Julio M. Merino Vidal wrote:

> Hi,
>
> I've converted the code in locore.S that fetches the parameters  
> passed in
> by the boot loader from ASM to C.  It may look longer, but I  
> believe it is
> easier to understand.  It took me a while to understand what was  
> going on
> the first time I looked there (specially the part that deals with  
> bootinfo).
>
> Patch attached.  Comments?

Looks good.  Less asm is always better :-)

-- thorpej