Commit Graph

150 Commits

Author SHA1 Message Date
François Autin
ed5b760758
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler 2023-03-08 15:48:08 +01:00
François Autin
7520fd4458
Added partialeq trait to List struct 2023-03-08 15:48:03 +01:00
Quentin Legot
99be85acf5 Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler 2023-03-08 15:47:19 +01:00
Quentin Legot
62b60186e9 Add list.remove(T) 2023-03-08 15:46:53 +01:00
Rémi Rativel
a29f410a66 small fix 2023-03-08 15:46:27 +01:00
Rémi Rativel
d03bb47131 Merge remote-tracking branch 'origin/thread_scheduler' into thread_scheduler 2023-03-08 15:45:47 +01:00
Rémi Rativel
cf65688566 Sarting synch.rs implementation 2023-03-08 15:45:35 +01:00
François Autin
a11ca01368
Main now initializes System object 2023-03-08 15:38:19 +01:00
François Autin
de502973c7
Added System initializer method 2023-03-08 15:34:13 +01:00
François Autin
06be5c9796
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler 2023-03-08 15:16:27 +01:00
François Autin
0309614396
New system structure 2023-03-08 15:16:10 +01:00
Moysan Gabriel
4c79f86b89 dataTypes definition 2023-03-08 14:38:02 +01:00
François Autin
8889d43f9d
Fixed ucontext & libc 2023-03-08 14:09:07 +01:00
Quentin Legot
8c6ef4e131 Implemente finish (not finished yet), fix ucontext for windows 2023-03-08 13:21:08 +01:00
Quentin Legot
6ca0b564c5 Add ucontext_t 2023-03-06 16:31:35 +01:00
Quentin Legot
4dae299008 Implement interrupt 2023-03-01 17:18:45 +01:00
Quentin Legot
b39e56b9c4 Move system to the right location 2023-03-01 17:01:02 +01:00
Quentin Legot
68ee179e12 Implement Thread::start and join 2023-03-01 16:55:17 +01:00
Quentin Legot
77e6d74b3b Adding some content to thread 2023-03-01 15:45:49 +01:00
Quentin Legot
792497b14c Change var name to fit with rust conventions 2023-03-01 11:16:21 +01:00
Quentin Legot
4c8062905c Fix global var 2023-03-01 11:10:15 +01:00
Quentin Legot
6f98224da1 scheduler done 2023-03-01 10:11:19 +01:00
Quentin Legot
013a2968cd Add scheduler structure 2023-02-28 16:39:40 +01:00
Quentin Legot
e422e65767 Add thread structure 2023-02-28 14:43:40 +01:00
Quentin Legot
fd6b22a2f3 Improve list by adding iterator trait 2023-02-17 09:45:47 +01:00
Quentin Legot
bd0b6e17a5 Add double linked list 2023-02-15 18:10:08 +01:00
Quentin Legot
f1f57a76e1 Add kernel mod 2023-02-15 14:56:11 +01:00
Samy Solhi
b5690a7f57 Merge branch 'decode_print' of https://gitlab.istic.univ-rennes1.fr/simpleos/burritos into decode_print 2023-02-15 14:34:10 +01:00
Samy Solhi
06f0be9ece Fixed R32F 2023-02-15 14:33:40 +01:00
Rémi Rativel
619b67f7ec Merge branch 'decode_print' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into decode_print 2023-02-15 14:22:49 +01:00
Rémi Rativel
d76047e48b changed Mem_Checker method 2023-02-15 14:22:31 +01:00
Samy Solhi
a9a86b674b Merge branch 'decode_print' of https://gitlab.istic.univ-rennes1.fr/simpleos/burritos into decode_print 2023-02-15 13:56:08 +01:00
Samy Solhi
e3c6917486 Added RV32F Standard Extension 2023-02-15 13:55:16 +01:00
Rémi Rativel
3269fa353f Implemented extract_memory 2023-02-13 11:08:24 +01:00
François Autin
fee880e352 Merge branch 'test_programs' into 'decode_print'
ONGOING: Test programs

See merge request simpleos/burritos!5
2023-02-08 15:01:41 +00:00
François Autin
fe930e4a0d ONGOING: Test programs 2023-02-08 15:01:41 +00:00
Moysan Gabriel
54a20296f9 bruh 2023-02-08 15:51:55 +01:00
Moysan Gabriel
297a4d1d0a memory context load 2023-02-08 15:50:14 +01:00
Baptiste
8b84dee271 pc - 8 in one instruction 2023-02-08 15:05:02 +01:00
Quentin Legot
eab9d1c749 Merge branch 'decode_print' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into decode_print 2023-02-08 14:50:01 +01:00
Quentin Legot
5af3a7e738 Remove instructions in favor of memory 2023-02-08 14:48:33 +01:00
Moysan Gabriel
027e91119b waiting for machine update 2023-02-08 14:34:09 +01:00
Moysan Gabriel
5d7b35b9e6 print mem checker 2023-02-08 12:45:39 +01:00
Moysan Gabriel
6945128f72 test create mem check 2023-02-08 12:37:21 +01:00
Moysan Gabriel
b29cd7cc82 Merge branch 'decode_print' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into decode_print 2023-02-08 01:18:42 +01:00
Moysan Gabriel
f8a7607ea8 conversion + creation MemChecker from a file path 2023-02-08 01:17:46 +01:00
Samy Solhi
420fef84ba Merge branch 'decode_print' of https://gitlab.istic.univ-rennes1.fr/simpleos/burritos into decode_print 2023-02-07 23:16:11 +01:00
Samy Solhi
3e8d68be54 Added mul support. Fixed SLLIW 2023-02-07 23:14:29 +01:00
Moysan Gabriel
70210699a4 squelette Mem_Checker 2023-02-07 22:50:55 +01:00
Moysan Gabriel
8adee1b42b Merge branch 'decode_print' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into decode_print 2023-02-07 22:42:03 +01:00