Bugs in qemu? accessing null descriptor not trigger #GP
Posted: Fri Apr 13, 2012 9:01 am
I tried the following code in 32-bit protected mode:
0xb8000 is identity mapped for debugging. The FF is shown on screen, and #GP is not triggered, is it a bug with QEmu or did I missed anything?
This is the version I'm using:
Code: Select all
xor eax, eax
mov ds, ax
mov dword [ds:0xb8000 + 324], 0x07460746
cli
hlt
This is the version I'm using:
Code: Select all
qemu-system-i386 bluemoon.img --version
QEMU emulator version 1.0, Copyright (c) 2003-2008 Fabrice Bellard