C#编写的超小的操作系统,有兴趣的可以下载研究一下,

源代码在线查看: readme.txt

软件大小: 213 K
上传用户: x184372250
关键词: 编写 操作系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				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			

相关资源