summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/hypervisor/1256826
blob: db85310fcd8cd2482b9a2640164c4fdf308df577 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
INT instruction bug in WindowsXP

This bug is in -no-kvm mode.

In windowsXP at IDT entry 2&8 is Task gate

when application use INT 2 or INT 8 it will cause blue screen in XP.

I found it should cause #GP not generate hw interrupt.

also I check this bug with -enable-kvm and works correctly.