Add a functionality to an assembly x86 program -- 2

Job ID: 35912569

Budget: $10 – $30 USD

The project consists in adding a functionality to an assembly project, the functionality consists in:
Adding a task that runs in kernel mode with the name "monitor de tareas"
It will execute every 200ms and has to show in the screen a tabla in text mode with the following information of every task (As an example):
Task name % CPU Memory (Kb)
Promedio 1 24
Suma 1 1 32
Suma 2 1 32
Monitor de
Tareas 1 12
Idle 96 128
The %CPU will be calculated as ticks(running)/total ticks of system. The memory is the amount used by the task.
In case of system tables shared with task, this will be computed to the task "idle".

I´ll attach the project where the functionality has to be added