Bochs: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Arto (talk | contribs)
m →‎Magic Breakpoint: Improved wording.
m s/dword/uint32_t/g
Line 32: Line 32:


===I/O Operand Size===
===I/O Operand Size===
Bochs performs some rather paranoid checks on I/O operand size. Reading a byte from port 0x1234 is usually not the same thing as reading a dword. Go back to your chip's data sheet and double-check that your sizes are correct.
Bochs performs some rather paranoid checks on I/O operand size. Reading a byte from port 0x1234 is usually not the same thing as reading a 32-bit value. Go back to your chip's data sheet and double-check that your sizes are correct.


=== fetch_raw_descriptor: LDTR.valid=0 ===
=== fetch_raw_descriptor: LDTR.valid=0 ===