Empty bochs instrument crash in linux, but not in mac 2014-12-25 3.1K Empty bochs instrument crash in linux, but not in mac. My instrument code is nearly empty. core dump: configure: run…
Java has bug again 2014-12-22 3.1K Java has bug again. After you installed idk 1.8u25 in your mac, open Eclipse.app/Contents/MacOS/eclipse.ini, you will see: -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home But…
make bochs runs faster 2014-12-14 3.5K Without "CXXFLAGS=-O3", boots can only runs 20M ips on my i5 mbpr. With that, now is 57M ips.
volatile keyword is not everything to prevent compiler optimization 2014-12-10 2.9K When you add the keyword "volatile" in front of variable declaration, it prevents compiler to optimize the line that are…