diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-12-07 22:30:22 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-12-07 22:30:22 +0000 |
| commit | ff38c17df19a113f03e2e4c4dcc9ae64c1a4e622 (patch) | |
| tree | 688180eb349d5d332b100352616e633b290bfc7b /sys | |
| parent | ddf1cd1ba949787f2d0ee2939b50223cc1c0cf20 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 |
