read.me
来自「嵌入式系统基础课件」· ME 代码 · 共 25 行
ME
25 行
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 + =
减小字号Ctrl + -
显示快捷键?