搜索资源列表
xv6代码
- xv6系统的代码
xv6_v2.tar
- 美国mit操作系统课程所用的一个教学操作系统xv6,能够是你清楚地了解操作系统的组织。-a teaching operating system which is widely used by mit, it will let you know more about os
lab3-proj7-answer
- xv6-xv6是由伯克利开发的一个操作系统,Tsinghua University CS Department 将其改进后,作为授课用例。-xv6-xv6 is an operating system developed by Berkeley, Tsinghua University CS Department be improved, as the medium of instruction use case.
jos
- JOS 教学操作系统的 LAB1-LAB2实现源代码-JOS teaching LAB1-LAB2 operating system source code to achieve
xv6_rev0
- 小型教学操作系统xv6的所有源代码。非常适合教学。-Small-scale teaching operating system xv6 all the source code. Very suitable for teaching.
xv6.pdf
- xv6 系统的code 的pdf 文档 xv6 the system code of the pdf document-xv6 the system code of the pdf document
temp
- MIP Operating System xv6 ASM 源码-MIP Operating System xv6 ASM source code
xv6
- MIT 的xv6操作系统,可在qemu下运行。-MIT' s xv6 operating system
xv6-lab2
- 清华大学陈渝老师在xv6基础上开发的实验环境,内存管理部分。pudn上有了lab3-7但是没有lab2,而lab2是最重要的一个环节-地址间的转换和pdt pte的实现-CHEN Yu Tsinghua University teachers xv6 developed on the basis of the experimental environment, the memory management component. pudn
xv6-rev3.tar
- xv6,MIT 教学用开源类Unix操作系统第三版-Xv6, a simple Unix-like teaching operating system,rev3
xv6-rev-pdf.tar
- 最新xv6 rev3 英文文档,文档名称xv6-rev3.pdf-xv6 documents for rev3,The booklet is available as xv6-rev3.pdf
xv6
- xv6是一个简易的操作系统,这是xv6的源码,经过了我的修改,具备了简易的图形界面-xv6 is a simple operating system, which is xv6 the source, after my modifications, with a simple graphical interface
xv6
- xv6操作系统源码 mit使用的一个教学操作系统-xv6 operating system source code
xv6
- 简单的基于unix的教学操作系统——xv6 操作系统-simple, Unix-like teaching operating system——xv6 perating system
xv6-audio-master
- 实现了xv6系统上的声音驱动编程。在linux gcc下可以编译通过。-To achieve the sound on your system drive xv6 programming. Under linux gcc can compile.
xv6-rev5.tar
- 麻省理工xv6操作系统的源代码,这是第五版。-The source code for OS xv6.
xv6-rev8
- pdf格式的xv6系统源代码,这是xv6的第八版。-a book for the source code of xv6.
xv6-rev8
- 麻省理工学院(MIT)为操作系统工程的课程(代号6.828),开发的一个教学目的的操作系统xv6的源码-Source operating system xv6 Massachusetts Institute of Technology (MIT) for curriculum operating systems engineering (code 6.828), developed a teaching purposes
xv6.tar
- Xv6是由麻省理工学院(MIT)为操作系统工程的课程(代号6.828),开发的一个教学目的的操作系统。Xv6是在x86处理器上(x即指x86)用ANSI标准C重新实现的Unix第六版(Unix V6,通常直接被称为V6)。-Xv6 is an operating system developed by the Massachusetts Institute of Technology (MIT) for operating system
xv6-public-lab1-solution
- xv6 lab to 1. Implementing a new system call 2. Conditional compilation 3. Creating a new user command 4. The xv6 process structure 5. The control-p console command