make
make install
./boot.sh -b
make
make install
./boot.sh -q
wget https://nchc.dl.sourceforge.net/project/bochs/bochs/2.6.11/bochs-2.6.11.tar.gz
tar -xvf bochs-2.6.11.tar.gz
cd bochs-2.6.11
./configure --prefix=/opt/bochs/gdbstub --enable-plugins --enable-disasm --enable-gdb-stub
make
make install
sudo cp /opt/bochs/gdbstub/bin/bochs /usr/bin/bochs-gdb
make
make install
./boot.sh -bd
make
make install
./boot.sh -qd