-
调度器 Scheduler
1) 超级可以移植性,与CPU无关,几乎任何支持C语言编程的CPU都可以用!(本文仅仅以51单片机为例而已,但实际上可以任意移植)
2) 小之又小, 原理很简单,一看就懂。
3) 省之又省, 可以说对RAM和ROM省到极致。
4) 取protothread之精华,将定时器与状态机和伪线程语法融合到一个框架,任务函数可以有两种写法。
5) 基于定时器触发,调度效率高,最大化减少无效的代码运行时间。
- 2022-07-18 14:50:08下载
- 积分:1
-
银行家算法程序,操作系统的,用c编的
银行家算法程序,操作系统的,用c编的-bankers algorithm procedures, operating systems, with the series c
- 2022-09-29 16:10:04下载
- 积分:1
-
fedora下安装VMWorkStation,安装虚拟机
fedora下安装VMWorkStation,安装虚拟机-fedora
- 2023-08-10 10:15:03下载
- 积分:1
-
DOS operating system source code
DOS操作系统源代码-DOS operating system source code
- 2022-02-11 15:02:05下载
- 积分:1
-
文件系统,9600,fat16,fat32 ,还不错哦
文件系统,9600,fat16,fat32 ,还不错哦-File System, 9600, fat16, fat32, oh well
- 2022-01-25 16:14:31下载
- 积分:1
-
Basic Boot kernel
真正的操作系统开发从操作系统开发开始。好的,这段代码是32位代码(32位代码可以做到这一点),并调用一个名为ku main的函数,该函数在名为;
- 2023-03-31 15:15:03下载
- 积分:1
-
operating system process management algorithm
操作系统进程管理算法-operating system process management algorithm
- 2022-02-10 00:19:00下载
- 积分:1
-
页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换...
页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换算法。-Page storage management in virtual address translation and page fault, which is the operating system rewards End internship hours to do the design, there are more than a complete analysis and design, such as experimental purposes, the experiment content, laboratory module, used in the application of advanced first-out page replacement algorithm.
- 2022-01-24 14:30:36下载
- 积分:1
-
Linux共享内存share memory通信机制的内核实现,可以为内核线程间通信提供机制...
Linux共享内存share memory通信机制的内核实现,可以为内核线程间通信提供机制-Linux shared memory communication mechanism share memory kernel realized, kernel threads can provide the mechanism for communication
- 2022-04-09 20:03:15下载
- 积分:1
-
Assembly Language (Assembly Language) is a computer professional in an importan...
《汇编语言》(Assembly Language)是计算机专业中一门重要的基础课程,是一种面向机器的低级语言。它依赖于硬件,能通过巧妙的程序设计充分发挥硬件的潜力。汇编语言程序产生的代码运行效率高。因此,到目前为止,许多软件系统(例如操作系统等)的核心部分仍然用汇编语言来编写。- Assembly Language (Assembly Language) is a computer professional in an important foundation courses, is a low-level language-oriented machines. It depends on the hardware, through clever programming and give full play to the hardware s potential. Assembly language code generated by running the procedures and high efficiency. Hence, up to now, many software systems (such as operating systems, etc.) is still the core of the assembly language used to write.
- 2022-08-17 08:18:05下载
- 积分:1