From 82ab3ee26e01ad59da7bea48c24a53b86d71ba4e Mon Sep 17 00:00:00 2001 From: MohamedGira <54557375+MohamedGira@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:15:48 +0200 Subject: [PATCH] Add files via upload --- include/globalme.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/globalme.h diff --git a/include/globalme.h b/include/globalme.h new file mode 100644 index 000000000..a78aeb8bf --- /dev/null +++ b/include/globalme.h @@ -0,0 +1,7 @@ +#define MY_SCHEDULING_ALGORITHM 5 + +#define STANDARD_SCHEDULING_ALGORITHM 1 +#define PRIORITY_SCHEDULING_ALGORITHM 2 +#define RR_SCHEDULING_ALGORITHM 3 +#define MFQ_SCHEDULING_ALGORITHM 4 +#define SJF_SCHEDULING_ALGORITHM 5 \ No newline at end of file