资源列表
嵌入式实时操作系统uCOSII移植到ARM7(LPC2103)
- 嵌入式实时操作系统uCOSII移植到ARM7(LPC2103),Embedded real-time operating system uCOSII transplanted to ARM7 (LPC2103)
FIFO.先进先出调度算法(FIFO)处理缺页中断
- 关于操作系统:先进先出调度算法(FIFO)处理缺页中断,On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
DLT645 掌机抄表程序
- 主要用于振中公司的掌机抄表对于使用振中公司开发掌机程序很有参考价值 -Mainly used in the company' s handheld vibration meter developed for the use of vibration in the handheld program was useful
CAOZUOXITONG.rar
- 操作系统的设计性实验~文件系统 • 熟悉文件系统管理过程 • 模拟文件系统工作过程,实现文件的存储和删除 • 撰写实验报告 ,Operating system design experiment ~ file system
neichunguanli.rar
- 这是我做的操作系统实验内存管理 包括代码和文档,This is my operating system to do the experiment, including memory management code and documentation
xenapi.rar
- 文件包含了关于开源的xen虚拟机的API接口函数的说明文档,都是xen官方提供的,对于想深入研究xen api的程序员们有借鉴意义!,File contains the open source Xen virtual machine interface function API documentation are provided by Xen official, who want in-depth study of xen api programmers have reference!
AMI-BIOS-sourcecode.zip
- AMI 主板的BIOS源码,虽然老,但是对于做操作系统的朋友还是有借鉴价值的,还有做虚拟机开发的也很需要。,AMI motherboard BIOS source code, even though the old, but the operating system so there is still drawing on the value of a friend are also doing virtual machine to have much need for development.
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
Dynamic_partitioning_of_the_si
- ⑴ 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 ⑵ 假设初始状态下,可用的内存空间为640KB,并有下列的请求序列: 作业1申请130KB。 作业2申请60KB。 作业3申请100KB。 作业2释放60KB。 作业4申请200KB。
UCOS-II2.52.rar
- UCOS-II V2.52 + BC45, 邵贝贝书中所附代码,可以直接编译调试;,UCOS-II V2.52+ BC45, Shao Beibei accompanying code book, you can directly compile debug
ThreadMetric.rar
- 实时操作系统的时间参数测试代码,只要用于ThreadX,同时它具有可移植性,并有port.c文件来方便开发人员进行代码移植。C写的时间参数测试用例。,RTOS test suite,for ThreadX.also can be used in Linux or uc/os. Test the time parameter for RTOS,such as ContextSwitch time and response time.
文件系统模拟
- 文件系统模拟 模拟采用二级目录结构的磁盘文件系统中的文件操作-Analog simulation of the file system directory structure with the secondary file system disk file operations