diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-12-06 17:45:35 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-12-06 17:45:35 +0000 |
| commit | 44496fb5f2dc87fc6ca3cbb949181e071d64918d (patch) | |
| tree | 8d7a30dcadfe37a453411b9ec289a737e4138efe | |
| parent | d78cd1ad5538d7ec8f6292706c485bf1b17901ef (diff) | |
Notes
| -rw-r--r-- | sys/boot/i386/btx/btx/btx.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/btx/btx/btx.S b/sys/boot/i386/btx/btx/btx.S index ce9962269cf8..8838ca13aeaa 100644 --- a/sys/boot/i386/btx/btx/btx.S +++ b/sys/boot/i386/btx/btx/btx.S @@ -499,6 +499,8 @@ v86mon.4: cmpb $0xfa,%al # CLI? 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 |
