登录
首页 » Unix_Linux » lab1

lab1

于 2010-06-27 发布 文件大小:161KB
0 328
下载积分: 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 个回复

  • expriment
    华南理工大学操作系统四个实验,包括源码和实验报告(South China University of Technology four experimental operating system)
    2016-01-05 23:02:57下载
    积分:1
  • Filesystem
    磁盘文件系统:建立基于磁盘存储设备的UNIX文件系统,在windows系统下模拟UNIX文件管理系统,可用命令行进行基本的文件操作。(Disk file system: the UNIX file system based disk storage devices in the windows system simulation UNIX file management system, basic file operations available command line.)
    2013-04-25 14:32:48下载
    积分:1
  • distributionofstoragemanagementandrecovery
    模拟段式存储管理的分配与回收,能够输入给定的内存大小,进程的个数,每个进程的段数及段大小;当某进程提出申请空间的大小后,显示能否满足申请,以及为该进程分配资源后有关内存空间使用的情况。 (Analog-stage distribution of storage management and recovery, be able to enter a given memory size, number of processes, each process segment number and segment size when a space the size of the application process, the show can meet the application, as well as the The process, after the allocation of resources relating to the use of memory space.)
    2020-09-17 16:37:55下载
    积分:1
  • 最佳适应法
    采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。(used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dynamic random to create a new "memory allocation" or "memory recovery" request, then you have chosen in accordance with the allocation algorithm to change the array. As the focus of this experiment is memory allocation, it is not considered relevant to a certain memory area of the process.)
    2004-09-07 01:37:09下载
    积分:1
  • oscj7e-src
    操作系统概念一书第七版中用到的源码,包括project等等。(Source codes for book Operating System Concepts, including projects in this book and so on)
    2020-10-12 23:17:31下载
    积分:1
  • key
    通达2008最新的注册机,直接放在webroot运行(Access to the latest 2008 Zhuceji run directly on the webroot)
    2008-04-27 11:19:31下载
    积分:1
  • zuoyediaodu
    说明:  了解动态分区分配方式中的数据结构和分配算法,并进一步加深对动态分区存储管理方式及其实现过程的理解(Understand the data structure and allocation algorithm in the dynamic partition allocation mode, and further deepen the understanding of the dynamic partition storage management mode and its implementation process)
    2019-12-12 18:36:50下载
    积分:1
  • vb+sql
    根据餐饮行业的特点和该企业的实际情况,该系统应以餐饮业务为基础,突出前台管理,从专业角度出发,提供科学有效的管理模式。点菜方面采取图形界面加数据的方式,使用户能直观地管理数据信息,并能有效地管理每个开台的房间台号所点的酒菜。点菜收银管理可实现点菜、转台、并台、结账、清台。库房管理可记录商品入库、出库情况。营业分析可对客人点单情况、房台营业情况、酒菜销售情况、销售收入等进行分析。点菜收银、营业分析、库房管理的有机结合,可为酒店经营方向提供依据,为酒店餐馆的发展提供重要保证。 根据该企业的具体情况,系统主要功能设计有五大部分,分别为前台管理、营业管理、财政管理、辅助管理、系统管理。 1、前台管理:主要是对餐饮前台收银的管理。包括接待预定、点菜收银和吧厨出品。 2、营业管理:包括房间台号管理和员工信息管理。 3、财政管理:主要是对财务方面的管理。包括点单查询和会员查询。 4、辅助管理:主要是对基础信息的管理。包括会员管理各员工管理。 5、系统管理:包括重新登录和退出系统。 (err)
    2020-12-13 09:39:15下载
    积分:1
  • os_xiti4-8
    钟毓秀操作系统课后习题答案,有详细的计算题答案4-8章(Operating after-school exercise钟毓秀answer questions have detailed answers to the calculation of Chapter 4-8)
    2008-03-29 17:04:34下载
    积分:1
  • 6d8424eb-27a9-4985-9cdc-d17bdddbc179
    定速风电机组仿真模型,包括风轮机,发电机,风速模型。(The simulation model of fixed speed wind turbine includes wind turbine, generator and wind speed model.)
    2017-05-16 14:45:48下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载