摘要: 1: int eax; 2: _asm_("nop":"=a"(eax)); 3: printk("Get Eax Value:\n"); 4: printk("0x%08X\n", eax); 5: printk(""); 1: int eax; 2: 3: asm("mov %%cr0, %%eax;":"=a"(eax)); 4: print... 阅读全文
posted @ 2013-12-27 17:58 Daniel King 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 过程一波三折 参考 http://blog.csdn.net/zxia1/article/details/8254113 http://stackoverflow.com/questions/3544155/about-the-pil-error-ioerror-decoder-zip-not-available 解决方法: 到http://www.lfd.uci.edu/~gohlke/pyt... 阅读全文
posted @ 2013-12-27 13:54 Daniel King 阅读(981) 评论(0) 推荐(0) 编辑