Skip to content

Instantly share code, notes, and snippets.

@nuta
Last active March 2, 2021 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuta/80f2ed858c334079bd1e28bee3c1499c to your computer and use it in GitHub Desktop.
Save nuta/80f2ed858c334079bd1e28bee3c1499c to your computer and use it in GitHub Desktop.
bochs build
wget http://bochs.sourceforge.net/svn-snapshot/bochs-20210227.tar.gz
./configure --enable-x86-debugger --enable-x86-64 --enable-cpu-level=6 --enable-readline \
--enable-smp --disable-show-ips --enable-all-optimizations --with-nogui --enable-logging --enable-debugger \
--enable-usb --enable-e1000 --enable-cdrom --enable-option-checking --enable-avx --enable-evex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment