所属分类:
操作系统开发
开发工具:C/C++
文件大小:12KB
下载次数:65
上传日期:2006-04-11 16:51:57
说明: 操作系统教程实验原码,包括进程与线程进程调度内存分配,设备管理与文件系统实验
(Guide Experimental original operating system code, including the process and thread scheduling process memory allocation, Equipment Management and File System Experiment)
文件列表:
实验源代码
..........\实验1进程与线程
..........\...............\test_clone.c
..........\...............\test_fork.c
..........\实验2处理机调度
..........\...............\test_scheduler.c
..........\实验3存储管理
..........\.............\bfmap.c
..........\实验4文件系统
..........\.............\HashFile.c
..........\.............\HashFile.h
..........\.............\jtRecord.h
..........\.............\testhashfile.c
..........\实验5设备管理
..........\.............\dev_test.c
..........\.............\my_dev.c