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/bootsect #ifdef out the last cha...



details:   https://anonhg.NetBSD.org/src/rev/29158fc5a1d1
branches:  trunk
changeset: 468008:29158fc5a1d1
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Apr 01 19:36:09 1999 +0000

description:
#ifdef out the last change for the branch

diffstat:

 sys/arch/i386/stand/lib/crt/bootsect/start_bootsect.S |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 93d056ffe357 -r 29158fc5a1d1 sys/arch/i386/stand/lib/crt/bootsect/start_bootsect.S
--- a/sys/arch/i386/stand/lib/crt/bootsect/start_bootsect.S     Thu Apr 01 19:07:40 1999 +0000
+++ b/sys/arch/i386/stand/lib/crt/bootsect/start_bootsect.S     Thu Apr 01 19:36:09 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: start_bootsect.S,v 1.11 1999/04/01 17:07:54 drochner Exp $     */
+/*     $NetBSD: start_bootsect.S,v 1.12 1999/04/01 19:36:09 drochner Exp $     */
        
 /*
  * BIOS bootsector startup
@@ -473,6 +473,7 @@
        data32
        call    message
 
+#ifdef notyet
        /* sleep for 3s = 0x2dc6c0 us */
        movb    $0x86, %ah
        data32
@@ -483,6 +484,10 @@
 
        /* call ROM BASIC */
        int     $0x18
+#else
+       cli
+       hlt
+#endif
 
 CR0_PE         =       0x1
 



Home | Main Index | Thread Index | Old Index