From 1db27ea6939ecef1640b6ee88ea9dc09463c3e59 Mon Sep 17 00:00:00 2001 From: Hamad Al Marri Date: Mon, 25 Oct 2021 12:05:17 +0300 Subject: [PATCH] readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ff90040..499894a 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This is a testing version of TT cpu scheduler The goal of the Task Type (TT) scheduler is to detect tasks types based on their behaviours and control the schedulling based on their types. There are 5 types: -1- REALTIME -2- INTERACTIVE -3- NO_TYPE -4- CPU_BOUND -5- BATCH +1. REALTIME +2. INTERACTIVE +3. NO_TYPE +4. CPU_BOUND +5. BATCH Find the descriptions and the detection rules in `tasks.ods` @@ -103,4 +103,5 @@ REALTIME {, anymore}. Thank you + Hamad