搜索资源列表
C_code
- rtCell 实时微内核-具有下列功能: 1. 完全抢占的实时微内核结构,独立的内核栈,中断和系统调用均切换到内核栈执行; 2. 256(64、32)个优先级,0为最高优先级(系统保留),256(64、32)为空闲优先级; 3. 不同优先级任务完全抢占,同优先级之间可按先进先出或时间片轮转方式执行;
通过DOS功能调用编制时钟
- 本实验通过DOS功能调用编制和调试一个自制时钟程序,要求设置一个新的1ch中断处理程序并常驻内存,实现在屏幕右上角显示当时的时间:按XX:XX:XX形式显示,并且能正确进位,24小时应消零。同时,在显示时间时,DOS系统能正确处理各种命令,正确执行应用程序。
linuxtrycode
- linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。 实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的管理有进一步的理解。 二、实验要求 主要实现三个功能:一 读取磁盘目录的目录列表。(命令输入 ls )
使用linux文件系统调用(新手必须)
- 刚刚学习操作系统得新手们可以好好看看这个程序.-just learning platforms is a good novice can look at this procedure.
Ucore是一个很小的适于学习的操作系统
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small
Minix_chrt_implementation
- Minix下新增系统调用chrt,设置进程的deadline-Minix under the new system calls chrt, the deadline set process
os
- 操作系统实验,有简单的系统调用还有进程控制等问题。-Experimental operating system, a simple system call there are issues such as process control.
producerANDconsumer
- 操作系统著名源代码,含系统调用,生产者与消费者源码,有详细注释,如果出现乱码,请转换格式为unicode。-Well-known operating system source code, including system calls, producers and consumers source, there are detailed notes, if there is garbled, please convert the format of unicode.
ekernel
- 一个简单实用的嵌入式操作系统,实现了嵌入式操作系统的基本模块:内存管理、系统调度 、系统调用等。-One simple embedded OS
syscall
- 在做linuxshell设计时的系统调用的代码-Linuxshell doing the design of the system call code
lab1
- Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
2009
- 使用系统调用CreatThread()创建一个子线程,并在子线程序中显示:Thread is Runing!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5s,之后使用ExitThread(0)撤销线程
Minix_brk
- Minix下brk系统调用的改进与实现(含文档)-Minix improved under the brk system call
osruanzhongduan
- 操作系统实验 进程软中断通信 编写一段程序,父进程创建一个子进程p1;并使子进程利用系统调用kill()向父进程发送信号,父进程得到信号后输出字符串“received p1 signal.” 。 -Experimental process, the operating system write a soft interrupt communication procedures, the parent creates a child process p1 and to the child pro
shell
- 操作系统课程实验:实现一个自己的shell,理解shell的工作原理,在用户程序中实现必要的系统调用,实现一个基于Nachos的shell。-Operating system course experiment. Implement its own shell, shell to understand the working principle of the user program to achieve the necessary system calls to implement a Nac
ucore-lab3
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验3:用户进程。实验目的:了解用户进程的关键信息;理解内核管理用户进程的方法;理解系统调用的过程。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system for learning, the " Sparr
OS
- 本课件是本站最全的操作系统课件了,相比其他的来说更加丰富,达14M大小,是我曾经学习过的,是一个学期的总结了,欢迎大家下载 操作系统找到该程序,检查其类型 用户告诉操作系统执行hello程序 检查程序首部,找出正文和数据的地址 文件系统找到第一个磁盘块 父进程需要创建一个新的子进程,执行hello程序 操作系统需要将执行文件映射到进程结构 操作系统设置CPU上下文环境,并跳到程序开始处 程序的第一条指令执行,失败,缺页中断发生 操作系统分配一页内存,并将
exper11_2
- 学习和掌握使用系统调用操作文件和目录的属性、内容的方法-system call to handle the directry and file
1
- 掌握系统调用fork()的使用方法及其功能; 利用系统调用sleep()调整父进程及各子进程的并发执行过程; 认真查看和比较每次执行结果,分析原因。 -Use to master the system call fork () function use system calls the sleep () to adjust the parent process and child process concurrent execution of process seriously
2
- 掌握系统调用pipe()的使用方法及其功能,理解管道通信原理; (2)掌握利用系统调用exit()和wait()实现父进程与子进程之间的同步,理解同步的含义。 -Master the system call pipe () to use its functions, to understand the pipeline communication theory (2) master system call exit () and wait () synchronization betw