Task-List Management in the RTOS Kernel

Ⅰ Introduction

        Much of the administration in a real‐time kernel consists of list management. In this initial step, we create three different lists and operate them as follows:

• Create functions that can input and extract elements from these lists.

• Test the lists and see that you can handle various sizes of lists. "From zero To many elements."

• Remove list items from a list and put in another.

Ⅱ Tools

        IAR EWARM 5.5

        REALVIEW MD

04-06 05:44