-
内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下...
内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。
-Kernel is the core of an operating system. It is responsible for the process management system, memory, device drivers, files, and network system determines the system performance and stability. Linux as a free software, the majority of fans support, kernel version constantly updated. The core of the new amendments to the old kernel bug, and adds many new features. If users want to use these new features, or would like to according to their own system tailored to a more efficient, more stable core, will need to recompile the kernel. This article will be RedHat Linux 6.0 (kernel 2.2.5) for the operating system platform, introduced in the Linux kernel compile on approach.
- 2022-01-26 08:22:41下载
- 积分:1
-
dos 1.0 其中包含quick basic源代码、内存管理himem emm386 发展历史
dos 1.0 其中包含quick basic源代码、内存管理himem emm386 发展历史-dos 1.0 which includes quick basic source code, memory management himem emm386 history
- 2023-02-04 17:40:08下载
- 积分:1
-
调度器 Scheduler
1) 超级可以移植性,与CPU无关,几乎任何支持C语言编程的CPU都可以用!(本文仅仅以51单片机为例而已,但实际上可以任意移植)
2) 小之又小, 原理很简单,一看就懂。
3) 省之又省, 可以说对RAM和ROM省到极致。
4) 取protothread之精华,将定时器与状态机和伪线程语法融合到一个框架,任务函数可以有两种写法。
5) 基于定时器触发,调度效率高,最大化减少无效的代码运行时间。
- 2022-07-18 14:50:08下载
- 积分:1
-
《自己动手写操作系统》的随书附赠光盘,一步一步教你做操作系统的开发,想对操作系统有更深的人不妨...
《自己动手写操作系统》的随书附赠光盘,一步一步教你做操作系统的开发,想对操作系统有更深的人不妨
- 2022-10-05 14:05:04下载
- 积分:1
-
performance management, and let the operating system to help the people
solaris操作系统性能管理,对于想学这种操作系统的人有帮助-performance management, and let the operating system to help the people
- 2022-10-27 18:15:04下载
- 积分:1
-
哲学家进餐问题仿真
哲学家进餐问题仿真-dining philosophers problem Simulation
- 2023-06-24 23:10:04下载
- 积分:1
-
提供对城市信息的编辑,提供列车时刻表和飞机航班表的编辑,提供三种最优决策:最快到达、最省钱到达、最少中转次数到达。...
提供对城市信息的编辑,提供列车时刻表和飞机航班表的编辑,提供三种最优决策:最快到达、最省钱到达、最少中转次数到达。-Provide information on the city editor, providing the train schedule and aircraft flight table editing, offers three optimal decision: to reach the fastest, most cost-effective to reach at least the number of transit arrival.
- 2022-03-02 08:55:56下载
- 积分:1
-
操作系统的测试报告,内容很丰富,我的过程…
上操作系统所作的试验报告,内容很丰富,有关进程和内存文件管理的-operating system on the test report, is very rich in contents, the process of memory and document management
- 2022-07-12 01:55:13下载
- 积分:1
-
页面替换算法源代码
页面置换算法源程序-pages replacement algorithm source code
- 2022-07-05 02:44:44下载
- 积分:1
-
一个小小的操作系统,这是我写的。操作系统已经有多
A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.-A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.
- 2022-10-23 04:35:03下载
- 积分:1