linux系统原理论文3000字,linux操作系统(论文).doc

linux操作系统(论文)

摘 要

现在,Linux已经是应用比较广泛的操作系统之一,在其系统中有很多的服务。为了实现远程配置和管理Linux中的各种服务,操作系统是一个用来和硬件打交道并为用户程序提供一个有限服务集的低级支撑软件。一个计算机系统是一个硬件和软件的共生体,它们互相依赖,不可分割。计算机的硬件,含有外围设备、处理器、内存、硬盘和其他的电子设备组成计算机的发动机。但是没有软件来操作和控制它,自身是不能工作的。完成这个控制工作的软件就称为操作系统,在Linux的术语中被称为“内核”,也可以称为“核心”。Linux内核的主要模块(或组件)分以下几个部分:存储管理、CPU和进程管理、文件系统、设备管理和驱动、网络通信,以及系统的初始化(引导)、系统调用等。

关键词:Linux;内核;进程

ABSTRACT

Now, Linux has a broader application of one of the operating system, there are many services in their systems. In order to achieve a variety of services in the remote configuration and management of Linux operating system is a low-level support for dealing with hardware and a limited set of services provided for the user program software. A computer system is a hardware and software symbionts, they are interdependent and indivisible. Computer hardware containing computer engine of peripheral devices, processors, memory, hard drives and other electronic equipment. But there is no software to operate and control it, own work. The complete control software called the operating system in Linux terms is known as the “kernel”, also known as the “core”. Linux kernel module (or component) is divided into the following sections: memory management, CPU and process management, file systems, device management and drive, network communications, and system initialization (boot) system call.

Key words: Linux;ernel;rocess.

目 录

第1章前言1

1.1 课题背景1

1.2 国内外研究现状1

1.3 本课题研究的意义1

1.4本课题研究的方法2

第2章Linux内核3

2.1 内核的开发和规范3

2.2linux内核主要子系统3

第3章Linux系统调用6

3.1 Linux系统文件6

3.2如何从文件中读取数据6

3.3进程和线程的使用7

第4章 Linux内核日志的管理9

4.1内核日志与接口10

4.2实现命令12

4.3用户空间应用程序13

第5章 程序设计和流程图15

3.2 设计思路15

5.2服务程序15

5.3客户程序25

第6章 系统测试39

总结40

参考文献41

致谢42

前言

课题背景

Linux是目前应用最广泛的操作系统之一,Linux 内核实现了很多重要的体系结构属性。在或高或低的层次上,内核被划分为多个子系统。Linux 也可以看作是一个整体,因为它会将所有这些基本服务都集成到内核中。这与微内核的体系结构不同,后者会提供一些基本的服务,例如通信、I/O、内存和进程管理,更具体的服务都是插入到微内核层中的。   随着时间的流逝,Linux 内核在内存和 CPU 使用方面具有较高的效率,并且非常稳定。但是对于 Linux 来说,最为有趣的是在这种大小和复杂性的前提下,依然具有良

文章知识点与官方知识档案匹配,可进一步学习相关知识CS入门技能树Linux入门初识Linux24806 人正在系统学习中 相关资源:本草纲目下载李时珍本草纲目查询软件版v1.4_本草纲目pdf彩图版…

来源:成简洁

声明:本站部分文章及图片转载于互联网,内容版权归原作者所有,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2021年3月25日
下一篇 2021年3月25日

相关推荐