文件名称:SimulOS:用 bash shell 脚本编写的“操作系统”模拟
文件大小:7KB
文件格式:ZIP
更新时间:2024-08-12 00:33:40
Shell
模拟操作系统 项目终止 用 bash shell 脚本编写的“操作系统”模拟。 款式信息 注释: # Category: # Information. 功能: return= " " # For functions with return values. # Description of the function. # return-value name [--options] required-arguments [optional-arguments] (Optional) function name() { code return=return-value } function caller() { name required-arguments dostuffwith $return } 变量: name= " " # Define the variable. name
【文件预览】:
SimulOS-master
----Templates()
--------executable.exec(95B)
----bin()
--------globals.cfg(467B)
--------simos(176B)
----README.md(718B)
----simos()
--------drives()