-
EOS is a major open
EOS是一个主要用于教学的开源操作系统,它的源码风格是windows内核风格。EOS的整体结构简单,从boot、loader、kernel.dll到应用程序,结构清晰简单,但是功能内核功能也比较完整,源码总数为10000多行,比较适合初中级操作系统内核源码学习者。
与Linux0.11或0.12相比,EOS的内核的结构更加的模块化,结构比之清晰,是学习操作系统原理与内核分析研究的较好的工具。
-EOS is a major open-source operating system for teaching, and its style is windows kernel source code style. EOS" s overall structure is simple, from the boot, loader, kernel.dll to the application, the structure clear and straightforward, but the function of the kernel functions are relatively complete, a total of more than 10,000 source lines, more suitable for middle-class operating system kernel source code learners. 0.12, compared with Linux0.11 or, EOS of the core structure of a more modular structure than the clear, is to learn principles and core analysis of the operating system a better tool.
- 2023-03-20 19:55:04下载
- 积分:1
-
进程调度,用c++编写的相关算法的进度调度
进程调度,用c++编写的相关算法的进度调度
- 2022-02-25 16:53:40下载
- 积分:1
-
操作系统课件,ppt格式,总共七章,个人觉得还不错
操作系统课件,ppt格式,总共七章,个人觉得还不错-operation system ppt
- 2023-03-24 07:40:03下载
- 积分:1
-
操作系统引导代码
操作系统引导代码-OS code----------------------------
- 2022-01-21 19:07:29下载
- 积分:1
-
fifo算法,fifo算法, fifo算法, fifo算法
fifo算法,fifo算法, fifo算法, fifo算法-fifo program
- 2022-02-07 05:31:30下载
- 积分:1
-
操作系统试验!通过这个试验,你可以更加详细的了解的一些操作系统方面的知识!...
操作系统试验!通过这个试验,你可以更加详细的了解的一些操作系统方面的知识!-Test operating system! Through this test, you can a more detailed understanding of some of the operating system of knowledge!
- 2022-03-24 18:24:08下载
- 积分:1
-
developed abroad MACH
国外开发的著名分布式操作系统mach的有关代码文章,很有参考价值-developed abroad MACH-distributed operating system code in the articles of great reference value
- 2022-03-24 06:53:50下载
- 积分:1
-
串口监控软件的软件!不占用串口资源。
该软件为串口监视软件!不占用串口资源,试用于调试软件!不过有点不稳定-The software for the serial monitoring software! Serial port does not occupy resources, try to debug the software! But a bit unstable
- 2022-07-19 09:26:25下载
- 积分:1
-
galil1800 linux drivers demo
galil1800 linux驱动程序演示-galil1800 linux drivers demo
- 2022-10-24 08:35:03下载
- 积分:1
-
通过研究Linux的线程机制和信号量实现读者写者(Reader
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。
1)写-写互斥:不能有两个写者同时进行写操作;
2)读-写互斥:不能同时有一个线程在读,而另一个线程在写;
3)读-读允许:可以有一个或多个读者在读;
4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作;
5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
-By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the read
- 2022-02-06 09:26:49下载
- 积分:1