Rémi Rativel
e430a62c35
Kernel documentation. Still need to do thread.rs
2023-05-14 23:51:15 +02:00
Rémi Rativel
2f38edee70
Module description
2023-05-10 08:02:25 +02:00
Rémi Rativel
c60aaa1aae
Documentation for the simulator
2023-05-09 22:02:22 +02:00
Rémi Rativel
28200ebc04
small fix in mmu.rs documentation
2023-05-09 19:18:40 +02:00
Rémi Rativel
692c3bfa03
Documentation for mem_cmp.rs and mmu.rs modules
2023-05-09 19:15:56 +02:00
François Autin
d35314bead
Added missing current_thread assignment in test_lock_multiple
2023-05-05 00:30:06 +02:00
7b7d48c775
Try to fix double free
2023-05-05 00:30:06 +02:00
Rativel Remi
9dec9b041a
Update userlib/sys.s
2023-05-05 00:30:06 +02:00
9bd0ef02aa
Fix join not working on join.c
2023-05-05 00:30:06 +02:00
c6f5818059
try to implement join
2023-05-05 00:30:06 +02:00
François Autin
31f1e760e9
Fixed lock_release behaviour when multiple users of given lock
2023-05-05 00:30:06 +02:00
François Autin
f6195a9da0
Updated thread_manager module documentation
2023-05-05 00:30:06 +02:00
Rémi Rativel
5393c6e3f2
test lock for multiple threads
...
Signed-off-by: Rémi Rativel <remi.rativel@etudiant.univ-rennes1.fr>
2023-05-05 00:30:06 +02:00
François Autin
ff921117f7
Using direct link to git hosted logo for documentation
2023-04-21 14:55:07 +02:00
François Autin
ce4c7230f9
📝 Updated utility mod documentation
2023-04-21 14:50:55 +02:00
François Autin
33cbe77175
Fixed logo now showing up in doc
2023-04-21 14:46:06 +02:00
François Autin
052b950ca0
📝 Updated cfg.rs documentation
2023-04-21 14:42:07 +02:00
François Autin
f06f14354a
Added project logo to doc
2023-04-21 14:29:00 +02:00
François Autin
8732a6f0b7
Added build.rs script
...
- Executes make all
- Moves the project logo to the documentation folder
2023-04-21 14:28:30 +02:00
François Autin
aba2fbc718
Updated lock_release to update lock in objaddr list
2023-04-20 14:50:44 +02:00
Rémi Rativel
c33df28307
Merging
...
Signed-off-by: Rémi Rativel <remi.rativel@etudiant.univ-rennes1.fr>
2023-04-20 14:43:15 +02:00
François Autin
bb1d2383bb
Simplified Rc<RefCell<Thread>>
2023-04-20 11:31:25 +02:00
François Autin
780ed4b461
📝 Added module documentation for thread_manager
2023-04-20 00:05:37 +02:00
François Autin
5c66577989
Cleanup of clippy warnings
2023-04-19 23:38:58 +02:00
François Autin
fe519555cc
Removed thread_to_be_destroyed field and associated methods
...
This used to exist in NachOS' source code as memory management is manual in C++.
Here, simply dropping the Thread from the thread list allows the borrow checker to
automatically destroy the thread.
2023-04-19 23:33:37 +02:00
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
efe00ffa26
📝 Documentation update
2023-04-19 18:12:27 +02:00
François Autin
73ac8d3083
BurritOS now read configuration file
2023-04-19 18:09:08 +02:00
François Autin
1c4c51b0ba
Merge branch 'settings' into thread_scheduler
2023-04-19 16:39:58 +02:00
François Autin
74a0960ec3
Added user configuration to utility module
2023-04-19 16:39:39 +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
3244584da9
Add debug message and debug_assert
2023-04-13 02:10:09 +02:00
232617c32e
Add debug field to thread_manager and tried to fix sc_join (not worked :-( )
2023-04-13 02:05:21 +02:00
f144438490
loader now return better understanable errors, fix when compiler when to use bss section, add join exception, fix get_string_param, add support for thread in obbAddr, add a test
2023-04-13 00:18:51 +02:00
Samy Solhi
05f72af035
added lock acquire system call
2023-04-13 00:17:34 +02:00
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
35736821c0
lint: remove some warning
2023-04-12 15:32:46 +02:00
752b70e448
Remove old P and V semaphore function and moved tests
2023-04-12 15:22:22 +02:00
21f3a72a3d
Fix exceptions with semaphore
2023-04-12 14:49:08 +02:00
134e2bd2cc
Fix a lot of errors
2023-04-12 14:01:39 +02:00
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