Yo u c a n n o t s p e c i f y __GFP_HIGHMEM to either __get_free_pages() or kmalloc(). Because these both return a logical address, and not a page structure, it is possible that these functions would allocate memory not currently mapped
http://my.chinaunix.net/space.php?uid=20382483&do=blog&id=321047多數的 Linux 核心態程式都需要和使用者空間的進程交換資料,但 Linux 核心態無法對傳統的 Linux 進程間同步和通訊的方法提供足夠的支援。本文總結並比較了幾種核心態與使用者態進程通訊的實現方法,並推薦使用 netlink 通訊端實現中斷環境與使用者態進程通訊。1 引言Linux
Linux Platform Device and Driver,platform_add_devices()->platform_driver_register() 收藏 http://blog.csdn.net/lanmanck/archive/2009/08/17/4455692.aspx來自: http://www.diybl.com/course/6_system/linux/Linuxjs/200871/129585.html從 Linux 2.6
Accessing PCI RegionsPCI devices contain three addressable regions: configuration space, I/O ports, and device memoryConfiguration Spacepci_read_config_[byte|word|dword](struct pci_dev *pdev, int offset, int *value); and
使用 udev 高效、動態地管理 Linux 裝置檔案黃 懋, 軟體工程師, IBM簡介: 本文以通俗的方法闡述 udev 及相關術語的概念、udev 的設定檔和規則檔案,然後以 Red Hat Enterprise Server 為平台示範一些管理裝置檔案和查詢裝置資訊的執行個體。本文會使那些需要高效地、方便地管理 Linux 裝置的使用者受益匪淺,這些使用者包括 Linux 終端使用者、裝置驅動開發人員、裝置測試人員和系統管理員等等。本文的標籤: dev, linux, udev標記本文!
http://www.suse.de/~aj/linux_lfs.html全面介紹Using LFS For using LFS in user programs, the programs have to use the LFS API. This involves recompilation and changes of programs. The API is documented in the glibc manual (the libc info pages) which can