摘要: ThinkPad安装电源管理程序后,会在“控制面板\硬件和声音\电源选项”中产生3个条目, 在任务栏通知区域的电源图标右键菜单中增加对应的3条。 卸载电源管理程序后会出现如下的问题。 解决方法: 清空注册表中 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows 阅读全文
posted @ 2016-08-31 14:06 mrzcb 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 相关结构:http://lxr.free-electrons.com/source/include/linux/poll.h?v=3.8 33 /* 34 * Do not touch the structure directly, use the access functions 35 * p... 阅读全文
posted @ 2014-11-21 14:35 mrzcb 阅读(2409) 评论(0) 推荐(0) 编辑
摘要: There are idiosyncrasies in the GCC inline assembly syntax.in the line,__asm__ __volatile__("stw%U0%X0 %1,%0" : "=m"(v->counter) : "r"(i));the stw ass... 阅读全文
posted @ 2014-06-23 19:50 mrzcb 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://elinux.org/Debugging_by_printing#Usage If variable is of Type, use printk format specifier:----------------------------------------------... 阅读全文
posted @ 2014-06-11 19:30 mrzcb 阅读(413) 评论(0) 推荐(0) 编辑