xfs
[Top] [All Lists]

Re: Today's CVS doesn't compile

To: Keith Owens <kaos@xxxxxxxxxxxxxxxxx>
Subject: Re: Today's CVS doesn't compile
From: Juha Saarinen <juha@xxxxxxxxxxxx>
Date: Wed, 13 Jun 2001 11:30:38 +1200 (NZST)
Cc: "linux-xfs@xxxxxxxxxxx" <linux-xfs@xxxxxxxxxxx>
In-reply-to: <13334.992385615@ocs4.ocs-net>
Sender: owner-linux-xfs@xxxxxxxxxxx
On Wed, 13 Jun 2001, Keith Owens wrote:

> cd /usr/src/xfs-cvs/linux-2.4-xfs/linux/arch/i386/kernel
> gcc -V egcs-2.91.66 -D__ASSEMBLY__ -D__KERNEL__ \
>       -I/usr/src/xfs-cvs/linux-2.4-xfs/linux/include  -traditional -c \
>       trampoline.S -o - -E | grep -B 5 -A 5 ljmp
> That will show exactly what it is complaining about.  Also need output from
>   as -v < /dev/null

Woarrgghh... kewl voodoo there, Keith! ;-)

        xor     %ax, %ax
        inc     %ax             # protected mode (PE) bit
        lmsw    %ax             # into protected mode
        jmp     flush_instr
flush_instr:
        ljmpl   $__KERNEL_CS, $0x00100000
                        # jump to startup_32 in arch/1/kernel/head.S

idt_48:
        .word   0                       # idt limit = 0
        .word   0, 0                    # idt base = 0L

# as -v < /dev/null
GNU assembler version 2.10.91 (i386-redhat-linux) using BFD version
2.10.91.0.2

-- 
Regards,


Juha

PGP fingerprint:
B7E1 CC52 5FCA 9756 B502  10C8 4CD8 B066 12F3 9544


<Prev in Thread] Current Thread [Next in Thread>