readme.txt
来自「用C编写的一个微操作系统」· 文本 代码 · 共 14 行
TXT
14 行
Sample Programs
-----------------
* I usually keep these in the ..\bin dir for ease of execution
* If you want to debug in VS.NET go to the Properties Dialog of the current Project. Go to "Configuration Properties|Debugging" under Command Line Arguments and add the same args you'd add on the command line.
So, you might put
1024 prog3.txt idle-n.txt
to have 1024 bytes of addressable memory and run prog3.txt and idle-n.txt when debugging.
- Scott
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?