Last active
March 2, 2021 13:45
-
-
Save nuta/80f2ed858c334079bd1e28bee3c1499c to your computer and use it in GitHub Desktop.
bochs build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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