Install Bochs

Download Bochs

bochs

Install

$ sudo apt-get install vgabios bochs-x bximage
$ tar vxzf bochs-2.6.8.tar.gz
$ cd bochs-2.6.8
$ ./configure --enable-debugger --enable-disasm
$ make
$ sudo make install

touble

error: ld returned 1 exit status
make: *** [bochs] 错误 1

shooting

$ LDFLAGS='-lpthread' ./configure  --enable-debugger --enable-disasm
$ make
$ sudo make install

read more

Bochs documentation

你可能感兴趣的:(Install Bochs)