Using a Distribution Kernel 一个最简单确定需要模块的方法之一,是从发行版内核包附带的内核配置开始。这一方法也能更简单地确定在一个运行的系统上需要哪些驱动,哪些驱动已经与硬件绑定。 如果你的设备上尚且没有安装一个Linux发行版本,可以使用LiveCD来安装一个。这允许你在你的设备上启动Linux,并确定哪些内核配置选项
/bin/sh## installs a kernel#make modules_install# find out what kernel version this isforTAGinVERSION PATCHLEVEL SUBLEVEL EXTRAVERSION ;doeval`sed -ne"/^$TAG/s/ //gp"Makefile`doneSRC_RELEASE=$VERSION.$PATCHLEVEL.$SUBLEVEL$EXTRAVERSION# figure out the architectureARCH=`grep"CONFIG_ARCH "includ...
Linux Kernel in a Nutshell. O'Reilly Media, Inc., 2006.O Reilly.Linux kernel in a nutshell.. 2006Greg Kroah-Hartman, Linux Kernel in a Nutshell, O'Reilly Media, 1st edition, 2006. http://www.kroah.com/lkn/Greg Kroah-Hartman. Linux Kernel in a Nutshell. O'Reilly Media, 2006....
Linux Kernel in a Nutshell covers the entire range of kernel tasks, starting with downloading the source and making sure that the kernel is in sync with the versions of the tools you need. In addition to configuration and installation steps, the book offers reference material and discussions of...
Linux Kernel in a Nutshell by Greg Kroah-Hartman Buy on AmazonBuy on ebooks.com Name isolcpus — Isolate CPUs from the kernel scheduler. Synopsis isolcpus=cpu_number[,cpu_number,...] Remove the specified CPUs, as defined by thecpu_numbervalues, from the general kernel SMP balancing and sche...
这本书的原名是Linux Kernel in a Nutshell,由 Linux 内核的核心开发者和维护者Greg Kroah-Hartman参与编写,并放置于他的个人网站(http://www.kroah.com/lkn/)供大家阅读和下载。里面不仅讲述了 Linux 配置和编译的详细步骤,还对众多的 config 选项和启动参数做了细致的介绍。
海外直订Linux Kernel in a Nutshell: A Desktop Quick Reference Linux内核简介:桌面快速参考 作者:Kroah-Hartman, Greg出版社:O'Reilly Media出版时间:2007年01月 手机专享价 ¥ 当当价 降价通知 ¥310.00 配送至 广东佛山市 至 北京市东城区 服务 由“中华商务进口图书旗舰店”发货,并提供售后服务。
Linux Kernel 四库全书 1. Linux内核设计与实现 Edition 2 2. Linux设备驱动 Edition 3 3. Linux内核源代码情景分析 4. 深入理解Linux内核(第三版)5. LINUX KERNEL技术手册;LINUX KERNEL in a nutshell;Linux内核驱动和应用程序开发QQ群:4640675,欢迎交流讨论;Linux内核设计与实现 原书名: Linux ...
Written by a leading developer and maintainer of the Linux kernel, Linux Kernel in a Nutshell is a comprehensive overview of kernel configuration and building, a critical task for Linux users and administrators.No distribution can provide a Linux kernel that meets all users' needs. Computers big ...
Often described as free as in freedom and free as in beer, Linux has evolved from a humble Unix-like kernel into a cornerstone of modern computing. This article delves into the essence of Linux, exploring its origins, key features, applications, and why it remains an indispensable tool for ...