• 大小: 1.51MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: 其他
  • 标签: nachos  虚拟内存  

资源简介

实现虚拟内存管理的nachos操作系统实验代码

资源截图

代码片段和文件信息

/*
 Copyright (c) 1992 The Regents of the University of California.
 All rights reserved.  See copyright.h for copyright notice and limitation 
 of liability and disclaimer of warranty provisions.
 */

/* This program reads in a COFF format file and outputs a flat file --
 * the flat file can then be copied directly to virtual memory and executed.
 * In other words the various pieces of the object code are loaded at 
 * the appropriate offset in the flat file.
 *
 * Assumes coff file compiled with -N -T 0 to make sure it‘s not shared text.
 */

#define MAIN
#include “copyright.h“
#undef MAIN

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-06-25 17:34  nachos-3.4\
     文件       16384  2013-02-28 21:19  nachos-3.4\.Makefile.common.swp
     文件         195  2013-04-16 21:50  nachos-3.4\.project
     文件        1145  2013-02-28 21:13  nachos-3.4\Makefile
     文件        4090  2013-04-05 22:05  nachos-3.4\Makefile.common
     文件         744  2002-01-09 05:59  nachos-3.4\Makefile.dep
     目录           0  2013-06-25 17:34  nachos-3.4\bin\
     文件         965  2002-01-09 06:03  nachos-3.4\bin\Makefile
     文件        2314  1993-11-19 14:20  nachos-3.4\bin\coff.h
     文件        3558  1993-10-04 06:08  nachos-3.4\bin\coff2flat.c
     文件       17756  2013-04-10 16:27  nachos-3.4\bin\coff2noff
     文件        6856  1994-01-12 06:19  nachos-3.4\bin\coff2noff.c
     文件       13248  2013-04-10 16:27  nachos-3.4\bin\coff2noff.o
     文件        3905  1993-10-04 06:08  nachos-3.4\bin\d.c
     文件        3652  1993-10-04 06:08  nachos-3.4\bin\disasm.c
     文件        1780  1993-10-04 06:08  nachos-3.4\bin\encode.h
     文件       11666  1993-10-04 06:08  nachos-3.4\bin\execute.c
     文件         120  1993-11-19 15:12  nachos-3.4\bin\halt
     文件         678  1993-10-04 06:08  nachos-3.4\bin\instr.h
     文件        1041  1993-10-04 06:08  nachos-3.4\bin\int.h
     文件        3607  1993-10-04 06:08  nachos-3.4\bin\main.c
     文件         787  1993-11-20 13:51  nachos-3.4\bin\noff.h
     文件        1346  1993-10-04 06:08  nachos-3.4\bin\opstrings.c
     文件        5725  1994-03-02 07:43  nachos-3.4\bin\out.c
     文件        2703  1993-10-04 06:08  nachos-3.4\bin\system.c
     目录           0  2013-06-25 17:34  nachos-3.4\filesys\
     文件       68234  2013-04-17 08:32  nachos-3.4\filesys\Makefile
     文件       44480  2013-04-17 07:42  nachos-3.4\filesys\addrspace.o
     文件       10600  2013-04-10 21:08  nachos-3.4\filesys\bitmap.o
     文件       12964  2013-04-17 07:42  nachos-3.4\filesys\console.o
     文件        6247  1994-02-01 09:59  nachos-3.4\filesys\directory.cc
............此处省略243个文件信息

评论

共有 条评论