国外 Menuet OS 内核(包括各种驱动TCP UDP VGA Ethernet等)

源代码在线查看: kernel16.inc

软件大小: 171 K
上传用户: pipiooxx
关键词: Ethernet Menuet TCP UDP
下载地址: 免注册下载 普通下载 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
				   
				   
				   
							

相关资源