ECE354-RTOS
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:ECE 354: Operating System. A real time operating system for the coldfire chip.
ECE354 RTX Group 031

This version contains the fix made during the lab demo to add PID checking to 
message sending.

Documentation:

Part 2B documentation is located in docs/p2b.pdf.
Part 3 documentation is located in docs/p3.pdf.
Part 4 documentation is located in docs/p4.pdf.

Files:

  main.c - main rtx entry point
  rtx.c and rtx.h - system calls
  README - this file
  core/ - all core kernel logic 
  docs/ - documenation
  lib/ - debug and string libraries
  loader/ - supplied rtx loader
  tests/ - sets of test case programs

Building:

The Makefile generates a combined loader + rtx image located in main.s19.

For every c file in tests/, a s19 is generated and merged with main.s19, into a
file name full_testname.s19.

Building for demos:

`make demo` generates s19 files from each s19 file inside demo/. Each file is
merged in turn with rtx.s19, and a demo_filename.s19 file is generated.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。