Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/lib/crt/pxe Need .code32 after real_to_p...



details:   https://anonhg.NetBSD.org/src/rev/2a47095b7547
branches:  trunk
changeset: 544097:2a47095b7547
user:      dsl <dsl%NetBSD.org@localhost>
date:      Tue Mar 11 12:37:35 2003 +0000

description:
Need .code32 after real_to_prot (not .code16)

diffstat:

 sys/arch/i386/stand/lib/crt/pxe/start_pxe.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r be5ea96cee64 -r 2a47095b7547 sys/arch/i386/stand/lib/crt/pxe/start_pxe.S
--- a/sys/arch/i386/stand/lib/crt/pxe/start_pxe.S       Tue Mar 11 11:59:31 2003 +0000
+++ b/sys/arch/i386/stand/lib/crt/pxe/start_pxe.S       Tue Mar 11 12:37:35 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: start_pxe.S,v 1.4 2003/02/25 11:17:37 dsl Exp $        */
+/*     $NetBSD: start_pxe.S,v 1.5 2003/03/11 12:37:35 dsl Exp $        */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -84,7 +84,7 @@
 
        /* change to protected mode */
        calll   _C_LABEL(real_to_prot)
-       .code16
+       .code32
 
        /* clear bss */
        xorl    %eax, %eax



Home | Main Index | Thread Index | Old Index