⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 read.me

📁 嵌入式系统基础课件
💻 ME
字号:
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.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -