English 中文(简体)
Something wrong while installing Bochs
原标题:
  • 时间:2011-08-28 03:53:00
  •  标签:
  • bochs

After I type: ./configure --enable-debugger --enable-disasm

something goes wrong:

checking for ALL optimizations enabled... no ERROR: handlers-chaining speedups are not supported with internal debugger yet

I wonder how to solve it...

最佳回答

Edit config.h and change 1 to 0 in #define BX_SUPPORT_HANDLERS_CHAINING_SPEEDUPS 1

问题回答

暂无回答




相关问题
• 处理碎片回归错误

I m 从事一个名为Pintos的非洲顾问办方案项目。 它是在指挥用动脉下运行的。

Something wrong while installing Bochs

After I type: ./configure --enable-debugger --enable-disasm something goes wrong: checking for ALL optimizations enabled... no ERROR: handlers-chaining speedups are not supported with internal ...

Compiling Bochs 2.4.6 under Cygwin

Could anyone tell me a version of Cygwin that can compile successfully Bochs 2.4.6? I ve tried with the latest version of Cygwin (1.7.9(0.237/5/3)) but I ran into a bunch of errors. In specific, I ...

How can I use Bochs to run Assembly code?

I want to use Bochs as an 8086 emulator. Is there an easy way to do this? What I want is something like emu8086 (http://www.emu8086.com/).

NASM on DOS (Intel 8086): invalid effective address

I am writing code for DOS using Bochs. I am compiling the program using NASM Lets suppose i have the following code: [BITS 16] SEGMENT code ..start: mov ax, data mov ds, ax mov bx, msg mov al, ...

BIOS INT 0x15 Function 0x88 always returns same memory size

I m using BIOS int 0x15 on my Bochs emulator, however this always returns the same memory size (34440) no matter what I have configured: mov ax, 0x88 int 0x15 I know that there are better methods of ...

热门标签