嵌入式LINUX开发(英文版)

本书是一部全面易懂的嵌入式Linux开发实用指南。主要内容包括:处理器基础、Linux内核、内核初始化、系统初始化、Bootloader、设备驱动基础、文件系统、MTD子系统、BusyBox、嵌入式开发环境、开发工具、内核调试技术、调试嵌入式Linux应用程序、Linux与实时等。本书适合有一定的C语言编程基础,对本地局域网和互连网有基本了解的嵌入式开发人员和工程师阅读。
- ISBN 10位[7115172250]13位[9787115172259]
- 出版社 人民邮电出版社
- 作 者 (美)哈利南(Hallinan,C.)
- 书 名 嵌入式LINUX开发(英文版)
- 出版时间 2008-2-1
编辑推荐
集中讲解高效、高价值Linux的嵌入式产品所必需的知识,提供最常见技术问题的解决方案,示范如何创建高效的嵌入式Linux环境,并展示如何最有成效地使用它。
作者简介
ChristopherHallinan是MontaVista公司的FAE(现场应用工程师),拥有25年以上的网络和通信行业经验,做过多种产品的开发工作,在软件接口方面的深厚的开发背景。加盟MontaVista之前,Chris是一位Linux顾问,拥有4年Linux系统移植、设备驱动和bootloader开发经验,在U-Boot(一个流行的bootloader)项目中做出了杰出的贡献。

目录
Chapter1 Introduction
1.1 WhyLinux?
1.2 EmbeddedLinuxToday
1.3 OpenSourceandtheGPL
1.3.1 FreeVersusFreedom
1.4 StandardsandRelevantBodies
1.4.1 LinuxStandardBase
1.4.2 OpenSourceDevelopmentLabs
1.5 ChapterSummary
1.5.1 SuggestionsforAdditionalReading
Chapter2 YourFirstEmbeddedExperience
2.1 EmbeddedorNot?
2.1.1 BIOSVersusBootloader
2.2 AnatomyofanEmbeddedSystem
2.2.1 TypicalEmbeddedLinuxSetup
2.2.2 StartingtheTargetBoard
2.2.3 BootingtheKernel
2.2.4 KernelInitialization:Overview
2.2.5 FirstUserSpaceProcess:init
2.3 StorageConsiderations
2.3.1 FlashMemory
2.3.2 NANDFlash
2.3.3 FlashUsage
2.3.4 FlashFileSystems
2.3.5 MemorySpace
2.3.6 ExecutionContexts
2.3.7 ProcessVirtualMemory
2.3.8 Cross-DevelopmentEnvironment
2.4 EmbeddedLinuxDistributions
2.4.1 CommercialLinuxDistributions
2.4.2 Do-It-YourselfLinuxDistributions
2.5 ChapterSummary
2.5.1 SuggestionsforAdditionalReading
Chapter3 ProcessorBasics
3.1 Stand-aloneProcessors
3.1.1 IBM970FX
3.1.2 IntelPentiumM
3.1.3 FreescaleMPC7448
3.1.4 CompanionChipsets
3.2 IntegratedProcessors:SystemsonChip
3.2.1 PowerPC
3.2.2 AMCCPowerPC
3.2.3 FreescalePowerPC
3.2.4 MIPS
3.2.5 BroadcomMIPS
3.2.6 AMDMIPS
3.2.7 OtherMIPS
3.2.8 ARM
3.2.9 TIARM
3.2.10 FreescaleARM
3.2.11 IntelARMXScale
3.2.12 OtherARM
3.2.13 OtherArchitectures
3.3 HardwarePlatforms
3.3.1 CompactPCI
3.3.2 ATCA
3.4 ChapterSummary
3.4.1 SuggestionsForAdditionalReading
Chapter4 TheLinuxKernel--ADifferentPerspective
Chapter5 KernelInitialization
Chapter6 SystemInitialization
Chapter7 Bootloaders
Chapter8 DeviceDriverBasics
Chapter9 FileSystems
Chapter10 MTDSubsystem
Chapter11 BusyBox
Chapter12 EmbeddedDevelopmentEnvironment
Chapter13 DevelopmentTools
Chapter14 KernelDebuggingTechniques
Chapter15 DebuggingEmbeddedLinuxApplications
Chapter16 PortingLinux
Chapter17 LinuxandRealTime
AppendixA:GNUPublicLicense
AppendixB:U-BootConfigurableCommands
AppendixC:BusyBoxCommands
AppendixD:SDRAMInterfaceConsiderations
AppendixE:OpenSourceResources
AppendixF:SampleBDI-2000ConfigurationFile
Index