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
PCIe学习笔记(二)
发表于
更新于
本文继续pci note 1, 介绍pci_create_root_bus函数, 内核版本为3.18-rc1
PCIe学习笔记(一)
发表于
更新于
本文是学习linux kernel中PCI子系统代码的一个笔记。PCI子系统的代码最主要的就是 实现整个PCI树的枚举和资源的分配。本文先总体介绍,然后主要分析pci_create_root_bus 函数,该函数实现pci_bus结构和pci_host_bridge结构的分配。本文分析的代码版本为内核 3.18-rc1
Parsing ranges item in pcie-designware.c
发表于
更新于
This document tries to analysis codes about parsing ranges item in PCIe dts node. kernel version: v4.0.
搭建邮件客户端进行Linux kernel开发
发表于
更新于
本文介绍用纯命令行处理邮件的环境搭建方法
GIC ITS学习笔记(一)
发表于
更新于
N年前分析ARM GIC代码的一个笔记
APUE学习笔记(第九章)
This is a note about APUE charpter 9
ARM64 qemu native build
发表于
更新于
本文记录在ARM64平台上编译QEMU的过程
Linux vfio driver arch analysis
发表于
更新于
本文分析Linux内核里vfio驱动的架构