-
OSEK
说明: OSEK 2.23中文版- 汽车上使用实时操作系统的概念及多任务处理-...
osek 2.23中文版- 汽车上使用实时操作系统的概念及多任务处理 评分: (开发汽车软件必备的基(The certification process ensures the conformance of different implementations to the specification.)
- 2019-11-15 03:32:57下载
- 积分:1
-
Bankers-algorithm
银行家算法是一种最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法(Bankers algorithm is one of the most representative of the algorithm to avoid deadlock. Also known as "resource allocation denial" method)
- 2014-07-27 16:10:15下载
- 积分:1
-
BIOS1121
BIOS深度了解,图示介绍,对于初学者来说很有帮助,有需要的快下载吧(BIOS-depth understanding, icon introduced, useful for beginners, there is a need to download it fast)
- 2011-10-23 14:42:03下载
- 积分:1
-
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)
- 2011-06-07 14:36:34下载
- 积分:1
-
Freedos-b1932-s
免费dos操作系统(Free dos operating system)
- 2004-06-17 21:01:16下载
- 积分:1
-
Operating-System
操作系统Operating.System.Concepts.8ed(Operating System Concepts 8ed)
- 2013-01-18 04:45:31下载
- 积分:1
-
simple-file
简单的文件系统试验源代码,可用于操作系统的大型实验~~(Simple test source code of the file system, the operating system can be used for large-scale experiments to ~)
- 2013-01-06 14:34:35下载
- 积分:1
-
内存静态分配
内存静态分配: 程序还有一些错误,益出处理不知道怎么加入。此程序开始不是我写的的,我在别人的基础上理解并改动了一些。实验课已经结束了,没时间在做了,以后有机会再改。(static memory allocation : there are some procedural error, derived from processing do not know how to join. This is not the beginning of the proceedings I write, I others on the basis of understanding and change some of it. Experiments over, and no time to do in the future will have the opportunity to change.)
- 2005-06-04 10:41:56下载
- 积分:1
-
run
自己动手写操作系统,小练习包括fifo.cfork.cpopen.c等,保护模式,超过1M内存管理模式,等代码,生成的中间文件等,适合初学者参考!(Do-it-yourself write operation system, small exercises include fifo. C fork. C popen. C, and other protection mode, more than 1 M memory management mode, and the code, generation of the middle of the documents, etc, and is suitable for beginners reference
)
- 2011-12-22 23:10:08下载
- 积分:1
-
zhiyuanguanlixitong
操作系统课程设计
资源管理系统
safe() //用银行家算法判定系统是否安全
do{
printf("
*****输入要进行的操作 1:分配资源 2: 修改资源 3:显示资源 4:离开*****")
scanf("%d",&choice) (courses on operating system design resource management system safe ()// algorithm with bankers determine whether the safety system do (printf ( " n***** input to the operation of a : 2 distribution of resources : 3 amend resources : resources four shows : left*****") Scanf ( "% d",)
- 2007-06-15 18:54:11下载
- 积分:1