嵌入式系统基础课件

源代码在线查看: read.me

软件大小: 50708 K
上传用户: spy0207
关键词: 嵌入式系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				Porting uC/OS-II to Intel protected mode using DJGPP and NASM
				---------------------------------------------------------------
				
				Porting uC/OS to the protected mode of the Intel processor using the
				DJGPP C compiler and the NASM assembler required creating the
				following compiler/platform-specific source code files:
				
					UCOS_II\SOURCE\MAKEFILE
						Compiles OS_CPU_C.C, assembles OS_CPU_A.ASM, and
						updates the uC/OS-II library file, UCOS_II\UCOS_II.A.
				
					UCOS_II\OS_CPU.H
					UCOS_II\SOURCE\OS_CPU_C.C
					UCOS_II\SOURCE\OS_CPU_A.ASM
						DJGPP/NASM-specific typedefs, defines, and functions.
				
				The following uC/OS distribution file was edited to set several
				configuration options and parameters for the uC/OS kernel:
				
					UCOS_II\OS_CFG.H
				
				Do not change the values in this file unless you have obtained a copy
				of the source code to uC/OS-II and are able to update UCOS_II.A by 
				recompiling it.
							

相关资源