qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add multi-boot kernel loading support


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH] Add multi-boot kernel loading support
Date: Mon, 02 Feb 2009 19:17:18 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081112)

Nathan Froyd wrote:
> On Mon, Feb 02, 2009 at 07:08:00PM +0100, Rene Rebe wrote:
>   
>> +    /* 660f011528000000            lgdt [0x28] */
>> +    *p++ = 0x66;                /* 32-bit operand size */
>> +    *p++ = 0x67;                /* 32-bit addr size */
>> +    *p++ = 0x0f;                /* LGDT [0x128] */
>> +    *p++ = 0x01;
>> +    *p++ = 0x15;
>> +    pgdt=p; /* we calculate the gdt position later */
>> +    p+=4;
>>     
>
> The comments do not appear to agree with the code here.  (The operands
> for lgdt are different, at the very least.)
>
> -Nathan
>   
Right, because the operands are actually calculated dynamically. Any
suggestions on how to improve that? Maybe LGDT [GDT]?

Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]