qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH 5/6] Convert linux bootrom to external rom a


From: Alexander Graf
Subject: Re: [Qemu-devel] Re: [PATCH 5/6] Convert linux bootrom to external rom and fw_cfg
Date: Wed, 25 Nov 2009 11:38:01 +0100

On 13.11.2009, at 07:37, Paolo Bonzini wrote:

> On 11/12/2009 09:53 PM, Alexander Graf wrote:
>> +    /* Set DS to SS+SP - 0x10, so we can write our GDT descriptor there */
>> +    mov             %ss, %eax
>> +    shl             $4, %eax
>> +    add             %esp, %eax
>> +    sub             $0x10, %eax
>> +    shr             $4, %eax
> 
> Dead code?  Or wrong comment and missing mov %eax, %gs?

The latter.

> Also, I know this is running with disabled interrupts, but why set %gs just 
> below the stack instead of decrementing %esp?

Uh. Decrementing %esp should work too I guess. That's just what I came up with.

Alex



reply via email to

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