MenuetOS是一个用汇编开发的32/64位PC操作系统

源代码在线查看: kernel16.inc

软件大小: 178 K
上传用户: SLing2008
关键词: MenuetOS 32 64 汇编
下载地址: 免注册下载 普通下载 VIP

相关代码

				;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
				;;
				;;   Kernel16.inc (c) Ville Turjanmaa
				;;   License: GPL. See file copying for details.
				;;
				;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
				   
				;% +include
				   
				include "BOOTENG.INC"     ; english system boot messages
				include "BOOTCODE.INC"    ; 16 bit system boot code
				   
				include "PCI16.INC"
				
				;% -include
				   
				   
				   
							

相关资源