-
驱动文件需要通过操作系统自动加载
驱动文件需要通过操作系统自动加载 -drive
- 2022-03-03 15:41:39下载
- 积分:1
-
操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)...
操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)-Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management)
- 2022-02-02 15:15:00下载
- 积分:1
-
内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。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
-
希尔排序算法的实现C++sdvzvaGedgvfsewfcAWfqawfaswfasfc
希尔排序算法的实现C++sdvzvaGedgvfsewfcAWfqawfaswfasfc-Hill Sorting Algorithm of C sdvzvaGedgvfsewfcAWfqawfas wfasfc
- 2022-01-25 20:39:45下载
- 积分:1
-
操作系统的存储管理
操作系统的存储管理-Operating system storage management
- 2022-02-11 21:46:05下载
- 积分:1
-
磁盘调度的三种方法的其中一种用C语言实现
磁盘调度的三种方法的其中一种用C语言实现-Disk scheduling one of three methods using C language
- 2022-02-21 03:38:03下载
- 积分:1
-
操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…
操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。”一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回; 如果不允许进入,则进入循环等待,直到允许为止; 退出时模拟UP 操作。 进程间通信可以采用信号、消息传递、管道或网络通信方式。-Operating system design documents subject curriculum design content of the UP, DOWN primitives have three process
- 2022-10-08 23:30:03下载
- 积分:1
-
S3C2440的Steppingstone源代码,NAND最初引导程序。
S3C2440的Steppingstone源代码,NAND最初引导程序。-S3C2440
- 2023-03-09 07:05:04下载
- 积分:1
-
利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解...
利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解-bankers algorithm used to avoid deadlock. Master bankers algorithm data structure, algorithm of the whole process, and deepen the understanding of Banker"s Algorithm
- 2022-05-13 06:04:26下载
- 积分:1
-
关于读者写者的问题,分别实现读者优先和写者优先.
关于读者写者的问题,分别实现读者优先和写者优先.-readers to write on the issue, the readers who wrote a priority and priority.
- 2022-08-24 23:22:35下载
- 积分:1