登录
首页 » Unix_Linux » lab1

lab1

于 2010-06-27 发布 文件大小:161KB
0 115
下载积分: 1 下载次数: 20

代码说明:

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

文件列表:

00648171-翁玲妹-lab1
....................\.bochsrc,33278,2007-09-07
....................\bochs.log,189,2009-03-06
....................\bochs.out,1047,2009-03-06
....................\boot
....................\....\boot.S,2848,2007-09-07
....................\....\main.c,3049,2007-09-07
....................\....\htm" target=_blank>Makefrag,839,2009-03-06
....................\....\htm" target=_blank>Makefrag~,839,2009-03-06
....................\....\sign.pl,400,2007-09-07
....................\htm" target=_blank>CODING,1115,2007-09-07
....................\conf
....................\....\env.mk,589,2007-09-07
....................\....\lab.mk,46,2007-09-07
....................\GNUmakefile,4555,2007-09-07
....................\grade.sh,2060,2007-09-07
....................\inc
....................\...\assert.h,607,2007-09-07
....................\...\htm" target=_blank>COPYRIGHT,11668,2007-09-07
....................\...\elf.h,1240,2007-09-07
....................\...\error.h,609,2007-09-07
....................\...\kbdreg.h,3323,2007-09-07
....................\...\malloc.h,111,2007-09-07
....................\...\memlayout.h,7517,2007-09-07
....................\...\mmu.h,10918,2007-09-07
....................\...\queue.h,7647,2007-09-07
....................\...\stab.h,1923,2007-09-07
....................\...\stdarg.h,463,2007-09-07
....................\...\stdio.h,847,2007-09-07
....................\...\string.h,814,2007-09-07
....................\...\types.h,1926,2007-09-07
....................\...\x86.h,6820,2007-09-07
....................\kern
....................\....\console.c,9630,2009-03-05
....................\....\console.c~,9618,2009-03-05
....................\....\console.h,641,2009-03-05
....................\....\console.h~,629,2009-03-05
....................\....\htm" target=_blank>COPYRIGHT,7893,2007-09-07
....................\....\entry.S,3065,2009-03-06
....................\....\entry.S~,3065,2009-03-06
....................\....\init.c,1813,2007-09-07
....................\....\kernel.ld,1129,2007-09-07
....................\....\htm" target=_blank>Makefrag,2365,2007-09-07
....................\....\monitor.c,4405,2009-03-06
....................\....\monitor.c~,4386,2009-03-06
....................\....\monitor.h,730,2009-03-05
....................\....\monitor.h~,670,2009-03-04
....................\....\printf.c,517,2007-09-07
....................\lib
....................\...\printfmt.c,6120,2009-03-04
....................\...\printfmt.c~,6096,2009-03-04
....................\...\readline.c,604,2007-09-07
....................\...\string.c,3593,2007-09-07
....................\mergedep.pl,2331,2007-09-07
....................\obj
....................\...\.deps,951,2009-03-06
....................\...\boot
....................\...\....\boot,512,2009-03-06
....................\...\....\boot.asm,14285,2009-03-06
....................\...\....\boot.o,1780,2009-03-06
....................\...\....\boot.out,5461,2009-03-06
....................\...\....\main.o,5124,2009-03-06
....................\...\kern
....................\...\....\bochs.img,5120000,2009-03-06
....................\...\....\console.o,13516,2009-03-06
....................\...\....\entry.o,38196,2009-03-06
....................\...\....\init.o,4540,2009-03-06
....................\...\....\kernel,69702,2009-03-06
....................\...\....\kernel.asm,135267,2009-03-06
....................\...\....\kernel.sym,1727,2009-03-06
....................\...\....\monitor.d,184,2009-03-06
....................\...\....\monitor.o,10332,2009-03-06
....................\...\....\printf.o,3284,2009-03-06
....................\...\....\printfmt.o,8500,2009-03-06
....................\...\....\readline.o,3012,2009-03-06
....................\...\....\string.o,7676,2009-03-06
....................\user
....................\....\testpmap.c,6849,2007-09-07
....................\....\user.ld,1614,2007-09-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 现代 第四版(英文)
    现代操作系统第四版全英文,觉得好,请点赞(Modern operating system fourth edition English)
    2020-06-23 23:40:01下载
    积分:1
  • PV
    说明:  模拟操作系统经典生产者和消费者的原理代码(Simulated operating system, the principle of the classic producer and consumer code)
    2009-09-20 22:03:20下载
    积分:1
  • dos
    一个虚拟DOS操作界面的小系统,一共有9条命令,可以在里面增加命令实现更多功能。(A virtual DOS interface small system, a total of 9 orders, which increased in order to achieve more.)
    2007-12-16 16:15:20下载
    积分:1
  • MyProcess
    MFC实现的,界面有好,实现了进程调度的算法 能够模拟操作系统的进程调度 适合初学者(MFC implementation, the interface is good, a process scheduling algorithm to achieve To simulate the operating system process scheduling for beginners)
    2011-12-02 11:30:08下载
    积分:1
  • myshell
    用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshell里输入help <command> 时,输出<command>的使用说明) (With pure C language under Linux in a Shell, contains tch and bash the basic functions (including redirect and running in the background), the moment does not support the pipeline. Has been under cygwin and test Ubantu 7.10. Mainly includes: makefile compiler generated executable file myshell main function myshell.c (relating to procedures for entrance) utility.c all the features of function (nearly 1000 lines) myshell.h (contains macro definition, the structure declaration, the first document library, and all utility.c statement function) readme user' s manual (when users enter help in myshell <command> , The output <command> The use of explanation))
    2009-04-27 14:38:33下载
    积分:1
  • termlib
    JS/UIX 是一个基于Web浏览器的类Unix操作系统,实现web形式的DOS窗口(JS/UIX is a Web browser-based Unix-operating system, to achieve web form DOS window)
    2009-09-24 17:50:28下载
    积分:1
  • mybank_cPP
    银行家算法模拟程序的实现 用可视(图形)化界面完成银行家算法的模拟程序。 模拟程序能够实现对不同数目进程,不同数目资源种类,不同当前状态的测试,通过银行家算法判断任意次数的资源请求是否会得意满足,并对提出资源请求的进程作出正确处理。 模拟程序还需要能够正确回收资源,并在回收资源后判断是否需要唤醒阻塞进程,如需要则将先前因申请资源失败而被阻塞的进程唤醒,并提供资源分配(Bankers algorithm simulation program realization )
    2020-11-11 23:49:46下载
    积分:1
  • 468457636
    弹出框口,精选ios编程学习源码,很好的参考资料。(Pop up box, select learning IOS programming source code, a good reference.)
    2013-12-07 11:17:26下载
    积分:1
  • caozuoxitong
    大三操作系统的报告,完全包干,给需要的人(Third report of the operating system completely lump sum to those who need it)
    2008-12-26 10:20:54下载
    积分:1
  • CCD-Sensor-and-CMOSSensor
    CCD Sensor与CMOS Sensor基本原理(CCD Sensor with CMOS Sensor Fundamentals)
    2016-06-13 10:00:44下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载