Samy Solhi
|
6e6d3424f5
|
added lock create and destroy system calls
|
2023-04-12 23:10:26 +02:00 |
|
Samy Solhi
|
6c3655bd78
|
write semaphore id in machine on creation
|
2023-04-12 23:03:38 +02:00 |
|
Samy Solhi
|
c419926a4c
|
added sc_sem_remove
|
2023-04-12 23:00:12 +02:00 |
|
Samy Solhi
|
19356a36d9
|
add new semaphore to obj_addrs in sc_sem_create
|
2023-04-12 22:54:40 +02:00 |
|
Quentin Legot
|
35736821c0
|
lint: remove some warning
|
2023-04-12 15:32:46 +02:00 |
|
Quentin Legot
|
21f3a72a3d
|
Fix exceptions with semaphore
|
2023-04-12 14:49:08 +02:00 |
|
Quentin Legot
|
134e2bd2cc
|
Fix a lot of errors
|
2023-04-12 14:01:39 +02:00 |
|
Quentin Legot
|
e8629b1ebf
|
Moving sc_new_thread to it own function
|
2023-04-12 13:55:32 +02:00 |
|
François Autin
|
0d70751279
|
Moved sc_sem_create to own function
|
2023-04-12 13:50:54 +02:00 |
|
François Autin
|
355071a2f1
|
Added sc_p call
|
2023-04-12 13:28:55 +02:00 |
|
François Autin
|
729eba656c
|
Added sc_v call
|
2023-04-12 13:25:33 +02:00 |
|
Quentin Legot
|
a36e470ea1
|
Add new thread exception (untested)
|
2023-04-11 17:47:36 +02:00 |
|
Quentin Legot
|
66d6daf0b9
|
Lint: remove some warnings
|
2023-04-06 13:46:59 +02:00 |
|
Quentin Legot
|
9cc57e7f03
|
Add launch argument parser, add debug parameter to machine
burritos now launch binary
|
2023-04-06 13:27:03 +02:00 |
|
Quentin Legot
|
b804117127
|
Fix loader test, only use one bin file in test_thread_context
|
2023-04-05 16:51:32 +02:00 |
|
Rémi Rativel
|
586c077002
|
fixed get_string_param
|
2023-04-05 16:09:39 +02:00 |
|
Quentin Legot
|
02dd1f5ccf
|
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler
|
2023-04-05 16:05:31 +02:00 |
|
Quentin Legot
|
44cfb828fb
|
Remove useless libc, elf and ucontext, add comments to exceptions
improve propagation of errors in raise_exception
|
2023-04-05 16:02:54 +02:00 |
|
Samy Solhi
|
7060098809
|
Merge remote-tracking branch 'origin/thread_scheduler' into thread_scheduler
# Conflicts:
# src/kernel/exception.rs
|
2023-04-05 16:00:06 +02:00 |
|
Samy Solhi
|
a151bef7ef
|
added fn get string param
|
2023-04-05 15:57:34 +02:00 |
|
Rémi Rativel
|
77086155b5
|
started to implement sc_sem_create and auxiliar function
|
2023-04-05 15:47:57 +02:00 |
|
François Autin
|
2756477e67
|
Project now builds
|
2023-04-05 13:49:32 +02:00 |
|
François Autin
|
b96808b55f
|
Fixed incorrect flow control
|
2023-04-05 13:44:43 +02:00 |
|
François Autin
|
69f91170f6
|
Optimized to avoid cloning heap values
|
2023-04-05 13:34:06 +02:00 |
|
Quentin Legot
|
24be35547e
|
Add Exit Exception
|
2023-04-05 12:01:31 +02:00 |
|
Quentin Legot
|
0fd2815a59
|
Improve test in thread_manager, increase memory size to make it fit
|
2023-04-04 22:01:49 +02:00 |
|
Samy Solhi
|
655bf9eab7
|
added tests for SC_SHUTDOWN and SC_WRITE (print)
|
2023-04-03 23:08:13 +02:00 |
|
Samy Solhi
|
5c7979b746
|
Added Write system call
|
2023-03-29 17:52:25 +02:00 |
|
Samy Solhi
|
2981925401
|
Added shutdown system call
|
2023-03-29 17:21:34 +02:00 |
|
Samy Solhi
|
15f3608b63
|
Start syscall
|
2023-03-29 16:13:57 +02:00 |
|