资源描述:
《linux进程和内存管理机制的分析及研究》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要摘要Linux是一个功能强大的操作系统,同时也是一个自由、免费、源代码开放的软件。源代码的阅读和理解是一项重要也是必要的基本功,在阅读过程中可以学习到很多编程方法和技巧,对于提高自己的编程水平有很大帮助;通过研读Linux源码能掌握操作系统中一些底层知识,也能更深刻地理解操作系统原理。由于Linux源代码大而复杂,在研究Linux2.4源代码之前首先研究了Linux0.11内存管理和进程管理机制,Linux0.11源代码量小而精干阅读其源代码可以快速地了解内存管理和进程管理的运作原理。本文主要对Linux2.4内存管理和进程管理进行了深入研究。Linux2.4内存管理部分主要分析了内存
2、地址,虚拟内存管理和物理页面内存管理三个部分的实现机制;Linux2.4进程管理部分主要分析了进程在内核中的组织结构、进程的创建和消亡的过程以及在内核中如何实现进程的调度。对于Linux2.4进程调度算法本文特别做了深入的研究,详细研究了排队系统理论,运用排队系统理论分析Linux2.4内核中进程调度算法,并采用仿真实验模拟分析进程调度算法的性能。关键词:Linux、内存管理、进程管理、进程调度、排队论IAbstractAbstractLinuxisnotonlyapowerfuloperatingsystem,butalsoafree,opensourcesoftware.Reading
3、andunderstandingsourcecodeisanimportantandnecessaryskill.Theauthorcanlearnalotofprogrammingmethodsandtechniques,andcanimprovethelevelofprogramminginthecourseofreading.StudingLinuxsourcecodecannotonlygetholdoftheunderlyingoperatingsystemknowledge,butalsoadeeperunderstandingtheprincipleofoperatingsy
4、stem.Linuxsourcecodeislargeandcomplex,sobeforeresearchingonLinux2.4sourcecodetheauthorfirststudythememoryandprocessmanagemengmechanismsinLinux0.11.Withlesssourcecode,theauthorcanquicklyunderstandtheprincipleofthememorymanagementandprocessmanagementinthecourseofresearchingonLinux0.11sourcecode.Base
5、donstudyingLinux0.11sourcecode,thepaperdeeplyresearchsonLinux2.4memoryandprocessmanagementmechanisms.First,thepaperanalyzestherealizationofmemorymanagementmechanisms,includingthememoryaddress,virtualmemorymanagementandmemorymanagementofphysicalpagesinLinux2.4;Second,thepaperanalyzestherealizationo
6、fprocessmanagementmechanisms,includingtheorganizationalstructureoftheprocess,theprocessofcreationandextinction,aswellastheschedulingprocessinLinux2.4,andthelastthepaperprovidesabriefintroductionofthequeuingsystemtheoryandanalyzestheperformanceofLinux2.4systemkernelprocessschedulingalgorithmusingqu
7、euingtheorysimulationexperiments.Keywords:Linux,memorymanagement,processmanagement,processscheduling,queuingtheoryII学位论文独创性声明本人郑重声明:1、坚持以“求实、创新”的科学精神从事研究工作。2、本论文是我个人在导师指导下进行的研究工作和取得的研究成果。3、本论文中除引文外,所有实验、数据和有关材料均是