readme
来自「一个用在mips体系结构中的操作系统」· 代码 · 共 44 行
TXT
44 行
Model of the HP 97560 SCSI disk driveThis directory contains some software to simulate the behavior of theHP 97560 disk drive. The model is modularized so that it can beplugged into a variety of environments. This leads to a three-levelstructure: driver generates requests and calls the model model simulates the disk support supports event-driven simulationFor example, we include two drivers and one support structure here.They aren't the prettiest code ;-) but they did what we needed them todo. Also, there is little documentation. Caveat emptor. The first driver, testdriver, is a simple program to feed a set ofsynthetic requests to the driver for debugging and testing purposes.The second driver, analysis, is used to feed a trace of requests (fromthe SRT format used by Ruemmler and Wilkes, see analysis/README) andspit out the elapsed time for each request.The support mechanism includes a bare-minimum discrete-eventscheduling program, and other miscellaneous stuff. (We actually usethis model inside another much larger simulator based on Proteus, andmuch of the support here is just to help the model stand aloneseparate from that larger simulator). ./doc contains a tech report about the model, some figures, and thedata distributions we obtained in our validation (in reduced form).If you find our model useful, please cite our TR in any derived worksyou publish.Once again, no promises on code prettiness! David KotzSong Bac TohSriram RadhakrishnanDartmouth CollegeJuly 1994
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?