[Midnightbsd-cvs] src: btx.S:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 13 09:53:29 EST 2008


Log Message:
-----------


Modified Files:
--------------
    src/sys/boot/i386/btx/btx:
        btx.S (r1.2 -> r1.3)

-------------- next part --------------
Index: btx.S
===================================================================
RCS file: /home/cvs/src/sys/boot/i386/btx/btx/btx.S,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/boot/i386/btx/btx/btx.S -L sys/boot/i386/btx/btx/btx.S -u -r1.2 -r1.3
--- sys/boot/i386/btx/btx/btx.S
+++ sys/boot/i386/btx/btx/btx.S
@@ -13,7 +13,7 @@
  * purpose.
  *
  * $MidnightBSD$
- * $FreeBSD: /repoman/r/ncvs/src/sys/boot/i386/btx/btx/btx.S,v 1.43 2006/10/05 15:30:51 jhb Exp $
+ * $FreeBSD: src/sys/boot/i386/btx/btx/btx.S,v 1.44 2006/12/06 17:45:35 jhb Exp $
  */
 
 /*
@@ -500,6 +500,8 @@
 		je v86cli			# Yes
 		cmpb $0xfb,%al			# STI?
 		je v86sti			# Yes
+		cmpb $0xcc,%al			# INT3?
+		je v86mon.7			# Yes, ignore
 		movzwl 0x38(%ebp),%ebx		# Load V86 SS
 		shll $0x4,%ebx			# To offset
 		pushl %ebx			# Save


More information about the Midnightbsd-cvs mailing list