搜索资源列表
DSP2812自己设计的操作系统源代码
- 在2812上实现的操作系统 类似UCOS 支持64个任务,64个优先级 支持任务通信 代码小于1000行(除去TI代码模板和寄存器定义)
操作系统实验-简单文件系统
- 设有一个容量为2M字节的磁盘,磁盘中扇区(block)的大小为512字节,所有扇区可以视为构成一个线形存储空间,从0开始,顺序给每个扇区分配一个编号,视为物理扇区号,借助物理扇区号可以实现对相应扇区的访问。请设计一个具有目录管理功能和磁盘空间管理功能的简单文件系统,以实现对存放在该磁盘上的文件进行简单管理(假设文件名长度是固定的,用14个字符表示),并以创建一个文件和删除一个文件为例,简要说明你所设计的文件系统的工作原理。用数据结构模拟磁盘,设计实现一个简单文件系统,要求提供文件的创建、查看、
okl4_2.1.微内核l4操作系统源码
- 微内核l4操作系统源码,对操作系统实现感兴趣的朋友可以看下,相信有 用,L4 microkernel operating system source code, the operating system to achieve interesting friends can look down, I believe useful to
ekernel
- 一个简单实用的嵌入式操作系统,实现了嵌入式操作系统的基本模块:内存管理、系统调度 、系统调用等。-One simple embedded OS
kaffe-1.1.9
- java图形操作系统,将java解释器实现在操作系统内部,缺点就是速度有点慢,不过源码有很高的质量,对java 和操作系统实现有兴趣的朋友,有很高的参考价值,尤其是其中关于硬件驱动的代码,很容易就可以移植到其他平台-The graphic operating system, the java interpreter to achieve in the operating system itself, the shortcomings of the speed is a bit slow, but
elks-0.1.0.tar
- elks操作系统,一个小型轻量级的linux内核的操作系统实现。-elks operating system, a small lightweight linux operating system kernel to achieve.
os
- 操作系统实验之模拟操作系统实现时间片转轮算法,包含自建头文件等-Experimental realization of the operating system to simulate the operating system time slice wheel algorithm, including self-built header files, etc.
操作系统简单实现与基本原理 — 基于ucore
- 对于在校的学生和已经参加工作的工程师而言,能否以较小的时间和精力比较全面地了解操作系统呢?陆游老夫子说过“纸上得来终觉浅,绝知此事要躬行”,也许在了解基本的操作系统概念和原理基础上,通过实际动手来一步一步分析、设计和实现一个微型化的操作系统,会发现操作系统原来如此,概念原理和实际实现之间有紧密的联系和巨大的差异。
'_一个操作系统的实现_光盘源代码
- 一个操作系统的源代码,实现了进程管理等功能(operating system source code)
操作系统:设计与实现第三版下册源码
- 一个操作系统的源代码,实现了进程管理等功能(operating system source code)
操作系统双向进程通信
- 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
DSP实时多任务操作系统设计与实现
- dsp 实时操作系统 学习非常实用,供大家学习,参考(DSP real time operating system learning)
www.java1234.com 操作系统设计与实现 第3版 上
- dsp 操作系统 使用说明,经典之作,共同进步,希望供帮助大家进步(DSP operating system instructions, classic, and common progress, we hope to help you progress)
实验楼-操作系统的引导-代码
- 对应实验楼里的操作系统实验二,修改bootsect.s和setup.s,实现启动输出语句的改写和打印内存信息(Corresponding to the experimental building operating system experiment two, modify the bootsect.s and setup.s, to achieve the start and output statements rewritten and print memory information)
Orange's一个操作系统的实现 第一版
- 《自己动手写操作系统》.于渊.无水印影印版(《Orange's一个操作系统的实现》的第一版)("Write the operating system yourself". Yu Yuan. Waterless printing plate (the first edition of the implementation of Orange's an operating system))
操作系统实验_buddy算法源程序
- 模拟了操作系统课程实验中伙伴(buddy)算法的实现,对加深理解又一定帮助。(The implementation of partner algorithm is simulated)
操作系统作业
- 里面实现了操作系统的随机生成虚拟页面并分配至物理页框的结构(Inside the operating system to achieve the random generation of virtual pages and assigned to the physical page frame structure)
Java操作系统磁盘调度算法
- 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)
在UNIX操作系统下实现定时自动运行指定程序的方法
- 本文详细讨论了UNIX操作系统下实现定时自动运行指定程序的方法,该方法已经在银行网络设备管理中得到实际应用,取得很好效果。(This article discusses in detail the UNIX operating system to achieve the scheduled automatic operation of the specified procedure, the method has been in the bank network equipment manage
自己动手写嵌入式操作系统_蓝枫叶_pdf
- 本书以作者亲自在PC上开发嵌入式操作系统“HelloChina”的全过程为主线,详细地叙述自己动手写嵌入式操作系统所需的各方面知识,如加载和初始化、Shell、线程的实现、内存管理机制、互斥和同步机制及中断和定时机制的实现,以及设备驱动程序管理框架,应用编程接口等。(The whole process of the book by the author personally developed embedded operating system "HelloChina" in