发布时间:2013-05-03 14:41:45
关于内核模块挂载出现“no symbol version for ”问题的研究......【阅读全文】
发布时间:2013-03-01 09:46:15
本文转载自:http://my.oschina.net/lirongwei/blog/100775 6.001: 计算机程序的构造与解释 http://www.core.org.cn/OcwWeb/Electrical-Engineering-and-Computer-Science/6-001Spring-2005/CourseHome/index.htm http://www.core.org.cn/OcwWeb/Electrical-Engineering-and-Compute.........【阅读全文】
发布时间:2013-01-18 09:53:40
1. 哪些人可以不需要学GNU-ld链接脚本? 1)所有事务都交给编译器自动完成的,只需要写代码的 2)只使用商业性编译器 3)只使用avr,并且不需要实现复杂功能的2. 哪些人可以考虑去学GNU-ld链接脚本? 1)希望比makefile更进一步控制程.........【阅读全文】
发布时间:2013-01-18 09:11:16
?GENERAL-------Use real tabs that equal 4 spaces.Use typically trailing braces everywhere (if, else, functions, structures, typedefs, class definitions, etc.)if ( x ) {}The else statement starts on the same line as the last closing brace..........【阅读全文】