• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






youngvoice

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2015年10月3日

linux 入门
摘要: 参考: http://www.ha97.com/book/lfs-book-6.6/index.html 阅读全文
posted @ 2015-10-03 17:03 youngvoice 阅读(106) 评论(0) 推荐(0)
 
linux 内核根文件系统
摘要: 参考: http://blog.csdn.net/guopeixin/article/details/5962482http://www.yunweipai.com/archives/1184.html 阅读全文
posted @ 2015-10-03 16:39 youngvoice 阅读(142) 评论(0) 推荐(0)
 
linux 命令
摘要: 1. linux 命令分为 bash 内建和 coreutils 包命令。Ubuntu可以方便的获取:sudoapt-getsourcecoreutils sudoapt-getsourcebashred hatrpm -qif path/commond得到commond源代码包下载网站或可以使用... 阅读全文
posted @ 2015-10-03 11:03 youngvoice 阅读(117) 评论(0) 推荐(0)
 
设备访问控制
摘要: 1 、控制情况主要有:2. 独享设备——一次只允许一个用户的一个进程访问(代码参考ldd3)scull 的驱动程序: 需要一个原子变量atomic_t//scull.h#ifndef _SCULL_H_#define _SCULL_H_#include /* needed for the _IOW... 阅读全文
posted @ 2015-10-03 09:30 youngvoice 阅读(365) 评论(0) 推荐(0)
 
linux c 编程相关资料
摘要: 1. linux下的错误定义及其错误捕获:http://blog.csdn.net/tigerjibo/article/details/68198912. 在线 c 系统调用手册 http://c.biancheng.net/cpp/u/hanshu/ 阅读全文
posted @ 2015-10-03 09:09 youngvoice 阅读(131) 评论(0) 推荐(0)