-
一个小小的操作系统,这是我写的。操作系统已经有多
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
-
这是帮别人做的程序,模拟操作系统中进程控制块(包括多道系统中动态优先级进程调度和动态内存分配),用tc2.0做的,带有图形界面和简陋的控制台。现在把源代码贴出来
这是帮别人做的程序,模拟操作系统中进程控制块(包括多道系统中动态优先级进程调度和动态内存分配),用tc2.0做的,带有图形界面和简陋的控制台。现在把源代码贴出来。-This to help procedure that others make, simulation operating system process control piece (whether including many dishes of system dynamic PRI process dispatcher and dynamic memory assign), use tc2. 0 ones that make, there are figure interfaces and simple and crude control cabinets. Stick the source code out now
- 2022-03-24 11:11:29下载
- 积分:1
-
页面替换算法源代码
页面置换算法源程序-pages replacement algorithm source code
- 2022-07-05 02:44:44下载
- 积分:1
-
模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round...
模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
- 2022-06-02 17:20:17下载
- 积分:1
-
小型多任务操作系统
应用背景
一个小型的多任务的操作系统的实现,用于学习,多任务调度与管理,使用标准c语言开发。
关键技术一个小型的多任务的操作系统的实现,用于学习,多任务调度与管理,使用标准c语言开发。一个真正微型操作系统,比uCOS更小,只支持16个任务,但速度更快,所占资源更少。a real micro-operating system, even smaller than for uCOS, which only supports 16 missions, but even faster. share with fewer resources.
- 2023-01-26 16:35:04下载
- 积分:1
-
惠普公司bios完整源代码大机密!
惠普公司bios完整源代码大机密!-HP bios integrity of the source code confidential big!
- 2022-01-24 18:01:16下载
- 积分:1
-
学习MFC的好东西
学习MFC的好东西-learning MFC good things
- 2022-07-22 08:27:01下载
- 积分: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
-
隐藏文件,再根据FileMon把里面的得到访问文件进程的代码提取加入了进来...
隐藏文件,再根据FileMon把里面的得到访问文件进程的代码提取加入了进来-Hidden files, and then according to FileMon to get access to files inside the code extraction process to join in.
- 2022-02-26 22:09:44下载
- 积分:1
-
Linux 0.11的BIOS内存广泛分布
linux 0.11 bios memory distrabute
- 2023-03-29 17:30:04下载
- 积分:1