1
0

added base C file + input template

This commit is contained in:
Louis Heredero 2024-10-08 13:20:49 +02:00
parent 37e2da5355
commit 4a0e1d3209
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7
2 changed files with 17 additions and 0 deletions

8
simulator.c Normal file
View File

@ -0,0 +1,8 @@
#define RR_QUANTUM 2
#define CNTXT_SWITCH 1
int main() {
return 0;
}

9
tasks.csv Normal file
View File

@ -0,0 +1,9 @@
1 0 10 1
2 7 100 3
3 12 10 2
4 23 100 2
5 40 1000 3
6 41 100 3
7 54 100 2
8 80 100 2
9 90 1000 1
1 1 0 10 1
2 2 7 100 3
3 3 12 10 2
4 4 23 100 2
5 5 40 1000 3
6 6 41 100 3
7 7 54 100 2
8 8 80 100 2
9 9 90 1000 1