登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:所有
  2. 代码类别:操作系统开发
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. chulijidiaodu

  处理及调度源代码,用C++来编程,模拟处理机调度,实验报告(Processing and scheduling source code, using C++, programming, analog processor scheduling, lab reports)

3
下载
116
浏览
2011-06-13发布

2. ucore-lab1

  Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统做准备。proj1 提供了一个非常小的bootloader,整个bootloader 的大小小于512 个字节,这样才能放到硬盘的主引导扇区中。通过分析和实现这个bootloader,读者可以了解到:基于分段机制的存储管理、设备管理的基本概念、PC 启动bootloader 的过程、bootloader 的文件组成、编译运行bootloader 的过程、调试bootloader 的方法、在汇编级了解栈的结构和处理过程、中断处理机制、通过串口/并口/CGA 输出字符的方法。文件中包括源代码、实验指导书和实验报告。(Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology. This is ucore experiment 1: the system software boot process. Purpose: the operating system is a software, but also need some mechanism to load and run it. Here we will adopt another more simple software-bootloader to complete these tasks. To this end, we need to be able to complete a switch to the x86 protected mode and display the characters bootloader, the operating system to start to prepare for the future. proj1 provides a very small bootloader, the bootloader is less than 512 bytes in size, so as to put the hard disk master boot sector. Through the analysis and to achieve this bootloader, the read)

159
下载
112
浏览
2011-06-07发布

3. program

  作业调度程序,模拟操作系统的作业调度过程,协调和控制各个作业对cpu的使用控制(Job scheduling program to simulate the process of the operating system job scheduling, coordinating and controlling the use of control operations on cpu)

7
下载
118
浏览
2011-05-19发布

4. forth

说明:  一个forth语言的开发环境,既是语言又是操作系统。forth语言很好大家可以接触下试试(A forth language development environment, only a language but also the operating system. forth under the language of good contacts we can try)

0
下载
105
浏览
2011-03-08发布

5. caozuoxitongshiyanwendang

  操作系统的实验文档 包含设计与说明 带源码例子(Document contains the operating system design and description of experimental)

2
下载
112
浏览
2010-11-17发布

6. 1998_RLDEiDI

  os developer that helps you develop an os

2
下载
93
浏览
2010-11-14发布

7. ComputerSystems--AProgrammersPerspective

  从程序员的角度看计算机操作系统~ 很不错的书 大家都加油了(Computer Systems--A Programmer s Perspective)

4
下载
94
浏览
2010-09-17发布

8. OS

说明:  这是操作系统中调度算法中时间片轮转算法完成后的实践报告(This is the operating system scheduling algorithm in the time slice cycle after the completion of practice report)

0
下载
130
浏览
2010-09-06发布

9. lab1

  JOS LAB1 试验报告,操作系统实习mit.6.828(JOS LAB1 Test Report)

20
下载
108
浏览
2010-06-27发布

10. OS

说明:  包含操作系统全部试验以及实验报告,稍微修改下就可以了(Contains the operating system all the tests and lab reports, a slight modification can be the next)

0
下载
110
浏览
2010-05-26发布

11. MyBank

说明:  操作系统银行家算法,C#编写,比较漂亮,有用!(OS Banker' s algorithm, C# prepared, more beautiful, works!)

1
下载
72
浏览
2010-05-04发布

12. ch01

说明:  ucos2 vc++移植代码 通过VC++编译,每2S显示一次任务(ucos2 vc++ code migration)

0
下载
125
浏览
2010-03-18发布

13. srtf28

  program to implement Shortest-Remaining Time-First CPU scheduling algorithms

4
下载
67
浏览
2010-01-30发布

14. readers_writers_prob

  C implementation of the readers writers problem !

4
下载
54
浏览
2010-01-28发布

15. NASM_c

  NASM加C语言实现的一个简单的内核,自己写操作系统资料(NASM plus C language implementation of a simple kernel, the operating system to write their own data)

43
下载
81
浏览
2010-01-20发布

16. fdisk32

  dos下的大容量硬盘分区工具,这是汉化版。(dos under the large-capacity hard disk partitioning tool, which is Chinese Version.)

414
下载
92
浏览
2010-01-17发布

17. five

  FIFO和LRU页面置换算法,使用c++写的,有功能号,可以选择功能,进行相应的操作!(FIFO and LRU page replacement algorithm, using c++ written in the functional number, you can choose functions to carry out the appropriate action!)

2
下载
125
浏览
2010-01-14发布

18. caozuoxitong

  操作系统综合实验报告 关于单处理器系统的进程调度的实验报告分析以及源码(Operating a comprehensive report on the experimental process of scheduling a single processor system analysis and the source of the experimental report)

16
下载
122
浏览
2010-01-08发布

19. FIFOLRU

  1.虚拟存储器的引入 局部性原理:程序在执行时在一较短时间内仅限于某个部分;相应的,它所访问的存储空间也局限于某个区域,它主要表现在以下两个方面:时间局限性和空间局限性。 2.虚拟存储器的定义 虚拟存储器是只具有请求调入功能和置换功能,能从逻辑上对内存容量进行扩充的一种存储器系统 (1. The introduction of virtual memory locality principle: program execution in a relatively short period of time limited to a particular part of it Accordingly, it has access to the storage space is also limited to a particular region, it is mainly manifested in the following two aspects: the time limitations and space limitations. 2. The definition of virtual memory Virtual memory is just a request for redeployment of functions and displacement functions, from the logical to expand the memory capacity of a memory system)

2
下载
116
浏览
2010-01-08发布

20. Nucleus_rtos

  详细的介绍了Nucleus的使用方法 Nucleus PLUS嵌入式操作系统是目前最受欢迎的操作系统Nucleus PLUS 是为实时嵌入式应用而设计的一个抢先式多任务操作系统内核,其95%的代码是用ANSIC写成的,因此非常便于移植并能够支持大多数类型的处理器。(rtos of Nucleus)

22
下载
65
浏览
2009-12-11发布