嵌入式LINUX开发(英文版)

作者:(美)哈利南(Hallinan,C.)著
ISBN:10位[7115172250]13位[9787115172259]
出版社:人民邮电出版社
出版日期:2008-2-1
定价:¥88.00元
内容提要本书是一部全面易懂的嵌入式Linux开发实用指南。主要内容包括:处理器基础、Linux内核、内核初始化、系统初始化、Bootloader、设备驱动基础、文件系统、MTD子系统、BusyBox、嵌入式开发环境、开发工具、内核调试技术、调试嵌入式Linux应用程序、Linux与实时等。
本书适合有一定的C语言编程基础,对本地局域网和互连网有基本了解的嵌入式开发人员和工程师阅读。
编辑推荐集中讲解高效、高价值Linux的嵌入式产品所必需的知识,提供最常见技术问题的解决方案,示范如何创建高效的嵌入式Linux环境,并展示如何最有成效地使用它。
作者简介ChristopherHallinan是MontaVista公司的FAE(现场应用工程师),拥有25年以上的网络和通信行业经验,做过多种产品的开发工作,在软件接口方面的深厚的开发背景。加盟MontaVista之前,Chris是一位Linux顾问,拥有4年Linux系统移植、设备驱动和bootloader开发经验,在U-Boot(一个流行的bootloader)项目中做出了杰出的贡献。
目录Chapter1Introduction
1.1WhyLinux?
1.2EmbeddedLinuxToday
1.3OpenSourceandtheGPL
1.3.1FreeVersusFreedom
1.4StandardsandRelevantBodies
1.4.1LinuxStandardBase
1.4.2OpenSourceDevelopmentLabs
1.5ChapterSummary
1.5.1SuggestionsforAdditionalReading
Chapter2YourFirstEmbeddedExperience
2.1EmbeddedorNot?
2.1.1BIOSVersusBootloader
2.2AnatomyofanEmbeddedSystem
2.2.1TypicalEmbeddedLinuxSetup
2.2.2StartingtheTargetBoard
2.2.3BootingtheKernel
2.2.4KernelInitialization:Overview
2.2.5FirstUserSpaceProcess:init
2.3StorageConsiderations
2.3.1FlashMemory
2.3.2NANDFlash
2.3.3FlashUsage
2.3.4FlashFileSystems
2.3.5MemorySpace
2.3.6ExecutionContexts
2.3.7ProcessVirtualMemory
2.3.8Cross-DevelopmentEnvironment
2.4EmbeddedLinuxDistributions
2.4.1CommercialLinuxDistributions
2.4.2Do-It-YourselfLinuxDistributions
2.5ChapterSummary
2.5.1SuggestionsforAdditionalReading
Chapter3ProcessorBasics
3.1Stand-aloneProcessors
3.1.1IBM970FX
3.1.2IntelPentiumM
3.1.3FreescaleMPC7448
3.1.4CompanionChipsets
3.2IntegratedProcessors:SystemsonChip
3.2.1PowerPC
3.2.2AMCCPowerPC
3.2.3FreescalePowerPC
3.2.4MIPS
3.2.5BroadcomMIPS
3.2.6AMDMIPS
3.2.7OtherMIPS
3.2.8ARM
3.2.9TIARM
3.2.10FreescaleARM
3.2.11IntelARMXScale
3.2.12OtherARM
3.2.13OtherArchitectures
3.3HardwarePlatforms
3.3.1CompactPCI
3.3.2ATCA
3.4ChapterSummary
3.4.1SuggestionsForAdditionalReading
Chapter4TheLinuxKernel——ADifferentPerspective
Chapter5KernelInitialization
Chapter6SystemInitialization
Chapter7Bootloaders
Chapter8DeviceDriverBasics
Chapter9FileSystems
Chapter10MTDSubsystem
Chapter11BusyBox
Chapter12EmbeddedDevelopmentEnvironment
Chapter13DevelopmentTools
Chapter14KernelDebuggingTechniques
Chapter15DebuggingEmbeddedLinuxApplications
Chapter16PortingLinux
Chapter17LinuxandRealTime
AppendixA:GNUPublicLicense
AppendixB:U-BootConfigurableCommands
AppendixC:BusyBoxCommands
AppendixD:SDRAMInterfaceConsiderations
AppendixE:OpenSourceResources
AppendixF:SampleBDI-2000ConfigurationFile
Index