06 2017 档案
摘要:总是容易搞混big endian 和 little endian,但是找到一篇文章,其解释让人耳目一新。 文章链接:http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/Data/endian.html 假设内存 byte-addresseable,假设
阅读全文
摘要:最近遇到了一个奇怪的问题。 linux系统的pc搭建nfs server,开发板作为nfs client,开发板中全程root权限操作,执行的程序放到 nfs server 中 exports 出的目录中。 1. 开发板中已经设置了 ulimit -c unlimited 2. 将程序copy到 开
阅读全文