index

来自「一个用在mips体系结构中的操作系统」· 代码 · 共 32 行

TXT
32
字号
Brief description of files in the tcl directory:------------------------------------------------REQUIRED========init.simos.sample       - shows what a typical init.simos might look like                          Copy this over to your running directory and                           modify it as desired.tcl_support.tcl         - required support routines. source this first                          in your init.simosOS DIRECTORIES==============ntalphairixosfOPTIONAL========count_user_insts.tcl    - periodically dump all pid's and a count of                          their user instructions proc_exit.tcl           - source this file and then include lines like:                                procExit <processName> <pid> <numInsts>profile_run.tcl         - source this to automatically generate profile                                 counts of entire simulation for simProftiming.tcl              - runs the timing mechanisms for latency stats. user_exit.tcl           - set "userExitInsts" to the number of total                          user instructions that you would like                          executed and then source this file.sayit.tcl		- speaks all output that goes to the consoleaudio.tcl               - shows how to attach sounds to events

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?