François Autin
|
8b13cc6ef6
|
♻️ Clean-up of some nasty nesting in sem_v and sem_p
|
2023-04-19 23:24:51 +02:00 |
|
François Autin
|
5734e02b30
|
♻️ Refactored lock_acquire
|
2023-04-19 23:13:27 +02:00 |
|
François Autin
|
f55189f1fe
|
♻️ Refactored lock_release
|
2023-04-19 21:30:28 +02:00 |
|
François Autin
|
73ac8d3083
|
BurritOS now read configuration file
|
2023-04-19 18:09:08 +02:00 |
|
Rémi Rativel
|
32c1237c26
|
Tests lock
Signed-off-by: Rémi Rativel <remi.rativel@etudiant.univ-rennes1.fr>
|
2023-04-19 15:52:31 +02:00 |
|
Rémi Rativel
|
35b2949243
|
implemented lock_release in thread_manager.rs, for this, I derived the clone function for lock in synch.rs and list in list.rs
|
2023-04-18 12:13:56 +02:00 |
|
Rémi Rativel
|
ec2f50f7d3
|
implemented sc_lock_release
TODO : to implement lock_release in thread_manager
|
2023-04-13 14:45:57 +02:00 |
|
Quentin Legot
|
3244584da9
|
Add debug message and debug_assert
|
2023-04-13 02:10:09 +02:00 |
|
Quentin Legot
|
232617c32e
|
Add debug field to thread_manager and tried to fix sc_join (not worked :-( )
|
2023-04-13 02:05:21 +02:00 |
|
Samy Solhi
|
05f72af035
|
added lock acquire system call
|
2023-04-13 00:17:34 +02:00 |
|
Quentin Legot
|
35736821c0
|
lint: remove some warning
|
2023-04-12 15:32:46 +02:00 |
|
Quentin Legot
|
752b70e448
|
Remove old P and V semaphore function and moved tests
|
2023-04-12 15:22:22 +02:00 |
|
Quentin Legot
|
21f3a72a3d
|
Fix exceptions with semaphore
|
2023-04-12 14:49:08 +02:00 |
|
Quentin Legot
|
a36e470ea1
|
Add new thread exception (untested)
|
2023-04-11 17:47:36 +02:00 |
|
Quentin Legot
|
6c19f66d62
|
use setter instead of modifying the field itself
|
2023-04-06 13:48:37 +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 |
|
François Autin
|
2f0b9e6592
|
Tests now point to the correct locations
|
2023-04-05 17:07:58 +02:00 |
|
Quentin Legot
|
01ac29160b
|
Fix test
|
2023-04-05 16:57:37 +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 |
|
Quentin Legot
|
8b3a3bebe7
|
Fix list::remove when trying to remove first element of the list (SIGSEGV)
|
2023-04-05 13:07:10 +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 |
|
Quentin Legot
|
8c844c3e5c
|
Initialize sp value for each threads (temporary workaround)
|
2023-04-02 19:55:06 +02:00 |
|
Quentin Legot
|
8239079130
|
Add section flag support, loader now ready to run binary files
|
2023-04-01 00:14:09 +02:00 |
|
Quentin Legot
|
703c8e5448
|
Loader seem to work, be seem we have a problem with jalr
|
2023-03-28 21:26:58 +02:00 |
|
Quentin Legot
|
cfcdce750b
|
Change filename in thread_manager::test-thread_context
|
2023-03-28 19:47:42 +02:00 |
|
Quentin Legot
|
c9792d1a1a
|
Ignore uncomplete test
|
2023-03-27 22:24:46 +02:00 |
|
Quentin Legot
|
2f986da7ae
|
fix save_processor_state, move test to thread_manager
|
2023-03-27 22:20:29 +02:00 |
|
Quentin Legot
|
5963759141
|
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler
|
2023-03-22 18:31:05 +01:00 |
|
Quentin Legot
|
6d0477153b
|
First iteration (not complete) of a test in thread_manager
|
2023-03-22 18:30:31 +01:00 |
|
François Autin
|
1118f1fa0f
|
Added doc to thread manager
|
2023-03-22 17:17:53 +01:00 |
|
Quentin Legot
|
ca9f458a7e
|
Add test module to tm
|
2023-03-22 15:52:48 +01:00 |
|
Quentin Legot
|
b104bcc6da
|
Fix memory leak
|
2023-03-22 14:33:56 +01:00 |
|
Quentin Legot
|
b9c329219a
|
Added 2 tests to list.rs, improve semantic and using Default trait instant of function new
|
2023-03-21 22:40:49 +01:00 |
|
Quentin Legot
|
d3b2d0bac6
|
List is now a fifo list
|
2023-03-21 22:03:48 +01:00 |
|
Quentin Legot
|
977cb2bf96
|
kernel now build
I commented out semaphore code too cause it need to be updated
and having some error cause the compiler to not check for borrow errors
|
2023-03-16 14:52:53 +01:00 |
|
Quentin Legot
|
fa64d4314d
|
decrease some dependencies
|
2023-03-15 17:57:53 +01:00 |
|
Samy Solhi
|
6dd0cbcc87
|
Shadow the hedgehog
|
2023-03-15 16:51:57 +01:00 |
|
Samy Solhi
|
b22b1dea21
|
update synch.rs
|
2023-03-15 16:28:29 +01:00 |
|
François Autin
|
1906ec836c
|
Moved to reference passing system
|
2023-03-15 15:20:20 +01:00 |
|
François Autin
|
abb97d17d5
|
Removed Rc<RefCell<Machine>>
|
2023-03-15 14:56:05 +01:00 |
|
Quentin Legot
|
c8df1e5053
|
use of system in parameters in synch
|
2023-03-15 11:09:34 +01:00 |
|
Quentin Legot
|
88a0b31300
|
Add thread_finish
|
2023-03-14 22:01:52 +01:00 |
|
François Autin
|
4ee0c11c56
|
A few documentation updates
|
2023-03-14 15:16:40 +01:00 |
|
Quentin Legot
|
7de7f2e007
|
Fix scheduler switch_to by making a lot of change(use smart pointers in place of lifetime reference)
|
2023-03-13 21:47:06 +01:00 |
|
Quentin Legot
|
39e26e61bb
|
Add thread_sleep
|
2023-03-13 20:55:46 +01:00 |
|
Quentin Legot
|
1f54ed35db
|
Implement thread#t_yield()
|
2023-03-11 14:48:56 +01:00 |
|
Quentin Legot
|
45fea708fc
|
Changed all reference to thread with an RefCell to enforce mutability
|
2023-03-10 19:11:16 +01:00 |
|
Quentin Legot
|
26b75ffe8d
|
Add thread save and restore processor context
|
2023-03-10 19:11:13 +01:00 |
|