shinging java example Peter凌晨12:57shinging java example: package org.pku; import java.util.HashMap; import java.util.Vector; import javax.swing.table.DefaultTableMo... 0 Comments Read
Create your own debug server in QEMU Peter凌晨1:17In QEMU, it support gdb and it has built-in a gdb server, so if you know the gdb protocol, you can send some gdb commands to qemu and contro... 0 Comments Read
compile qemu in Mac Peter下午5:32Tried many times, the following works in Mac Lion 10.7.5 ./configure --cc=/opt/local/bin/gcc-mp-4.8 --enable-cocoa --target-list=i386-soft... 0 Comments Read