资源简介
Linux 平台下 的教学操作系统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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 187752 1995-08-31 07:54 nachos-3.4\c++example\c++.ps
文件 66890 1995-09-05 06:13 nachos-3.4\c++example\c++.tex
文件 1224 1995-09-05 04:51 nachos-3.4\c++example\copyright.h
文件 6276 1995-09-05 06:27 nachos-3.4\c++example\inheritstack.cc
文件 3026 1995-09-05 05:55 nachos-3.4\c++example\inheritstack.h
文件 3604 1995-09-05 05:59 nachos-3.4\c++example\list.cc
文件 919 1995-09-05 05:08 nachos-3.4\c++example\list.h
文件 280 1995-09-05 05:19 nachos-3.4\c++example\Makefile
文件 3569 1995-09-05 06:27 nachos-3.4\c++example\stack.cc
文件 1399 1995-09-05 04:51 nachos-3.4\c++example\stack.h
文件 3921 1995-09-05 06:29 nachos-3.4\c++example\templatestack.cc
文件 1252 1995-09-05 06:26 nachos-3.4\c++example\templatestack.h
文件 2314 1993-11-19 14:20 nachos-3.4\code\bin\coff.h
文件 3558 1993-10-04 06:08 nachos-3.4\code\bin\coff2flat.c
文件 6856 1994-01-12 06:19 nachos-3.4\code\bin\coff2noff.c
文件 3905 1993-10-04 06:08 nachos-3.4\code\bin\d.c
文件 3652 1993-10-04 06:08 nachos-3.4\code\bin\disasm.c
文件 1780 1993-10-04 06:08 nachos-3.4\code\bin\encode.h
文件 11666 1993-10-04 06:08 nachos-3.4\code\bin\execute.c
文件 120 1993-11-19 15:12 nachos-3.4\code\bin\halt
文件 678 1993-10-04 06:08 nachos-3.4\code\bin\instr.h
文件 1041 1993-10-04 06:08 nachos-3.4\code\bin\int.h
文件 3607 1993-10-04 06:08 nachos-3.4\code\bin\main.c
文件 967 1994-01-22 17:34 nachos-3.4\code\bin\Makefile
文件 787 1993-11-20 13:51 nachos-3.4\code\bin\noff.h
文件 1346 1993-10-04 06:08 nachos-3.4\code\bin\opstrings.c
文件 5725 1994-03-02 07:43 nachos-3.4\code\bin\out.c
文件 2703 1993-10-04 06:08 nachos-3.4\code\bin\system.c
文件 6247 1994-02-01 09:59 nachos-3.4\code\filesys\directory.cc
文件 2878 1993-11-19 17:20 nachos-3.4\code\filesys\directory.h
............此处省略121个文件信息
- 上一篇:UiAutomator1.0源码
- 下一篇:关于RS的编解码过程实现
评论
共有 条评论