APUE第一章笔记,好久以前的事了
APUE学习笔记(第三章)
本章讨论create, open, read, write,lseek等文件I/O函数。
PCI ACPI笔记1
发表于
更新于
This note talks about some basic knowledge about ACPI and PCI.
一个弹球小游戏
发表于
更新于
N年前写的一个简单的弹球小游戏
APUE学习笔记(第四章)
APUE第四章学习笔记
python学习笔记
发表于
更新于
汇集了下N年前的python学习笔记,以后用这个文档继续记录。
Linux syscon and regmap
发表于
更新于
本文简单介绍Linux内核里regmap和syscon的东西,N年前的笔记了。记得 这些东西主要是处理MMIO有多次map的情况
PCIe学习笔记(三)
发表于
更新于
本文继续pci note 2, 介绍函数pci_scan_child_bus, 内核版本为3.18-rc1
ubuntu使用LDAP做用户管理
发表于
更新于
LDAP is one way to implement centralized authentication in linux system. This note talks about how to make related configurations to implement centralized authentication in ubuntu 14.04.
PCIe学习笔记(四)
发表于
更新于
本文继续pci note 3, 介绍PCI枚举中资源分配相关的函数, 内核版本为3.18-rc1