资源描述:
《understanding_the_linux_kernel英文文献资料》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Il@veRuBoard•TableofContents•Index•Reviews•ReaderReviews•ErrataUnderstandingtheLinuxKernel,2ndEditionByDanielP.Bovet,MarcoCesatiPublisher:O'ReillyPubDate:December2002ISBN:0-596-00213-0Pages:784TheneweditionofUnderstandingtheLinuxKerneltakesyouonaguidedtourthroughth
2、emostsignificantdatastructures,manyalgorithms,andprogrammingtricksusedinthekernel.Thebookhasbeenupdatedtocoverversion2.4ofthekernel,whichisquitedifferentfromversion2.2:thevirtualmemorysystemisentirelynew,supportformultiprocessorsystemsisimproved,andwholenewclasseso
3、fhardwaredeviceshavebeenadded.You'lllearnwhatconditionsbringoutLinux'sbestperformance,andhowitmeetsthechallengeofprovidinggoodsystemresponseduringprocessscheduling,fileaccess,andmemorymanagementinawidevarietyofenvironments.Il@veRuBoardIl@veRuBoard•TableofContents•I
4、ndex•Reviews•ReaderReviews•ErrataUnderstandingtheLinuxKernel,2ndEditionByDanielP.Bovet,MarcoCesatiPublisher:O'ReillyPubDate:December2002ISBN:0-596-00213-0Pages:784CopyrightPrefaceTheAudienceforThisBookOrganizationoftheMaterialOverviewoftheBookBackgroundInformationC
5、onventionsinThisBookHowtoContactUsAcknowledgmentsChapter1.IntroductionSection1.1.LinuxVersusOtherUnix-LikeKernelsSection1.2.HardwareDependencySection1.3.LinuxVersionsSection1.4.BasicOperatingSystemConceptsSection1.5.AnOverviewoftheUnixFilesystemSection1.6.AnOvervie
6、wofUnixKernelsChapter2.MemoryAddressingSection2.1.MemoryAddressesSection2.2.SegmentationinHardwareSection2.3.SegmentationinLinuxSection2.4.PaginginHardwareSection2.5.PaginginLinuxChapter3.ProcessesSection3.1.Processes,LightweightProcesses,andThreadsSection3.2.Proce
7、ssDescriptorSection3.3.ProcessSwitchSection3.4.CreatingProcessesSection3.5.DestroyingProcessesChapter4.InterruptsandExceptionsSection4.1.TheRoleofInterruptSignalsSection4.2.InterruptsandExceptionsSection4.3.NestedExecutionofExceptionandInterruptHandlersSection4.4.I
8、nitializingtheInterruptDescriptorTableSection4.5.ExceptionHandlingSection4.6.InterruptHandlingSection4.7.Softirqs,Tasklets,andBottomHalvesSection