Commit Graph

142 Commits

Author SHA1 Message Date
3be14e7f6a test with files are now sequentials 2023-03-22 16:01:53 +01:00
b07c675986 update disk 2023-03-22 15:43:10 +01:00
12c28f7681 read disk works 2023-03-22 15:33:33 +01:00
2413d4dec6 use a of file for disk 2023-03-22 11:50:56 +01:00
bc970a9603 disk test 2023-03-18 12:38:13 +01:00
274a8d2c0e disk doc 2023-03-17 17:39:14 +01:00
edf593cbf8 the driver and disk are working 2023-03-16 17:16:24 +01:00
4c81f0591a nouvelle version du driver et du disk 2023-03-16 15:59:58 +01:00
66eaa8a64f start of Disk 2023-03-15 17:53:10 +01:00
38004e0bc4 rename file 2023-03-15 16:19:29 +01:00
f6ec9ff60f oups sorry les boys 2023-03-15 15:48:58 +01:00
b011f75e50 remove an ignore test 2023-03-15 15:45:53 +01:00
8577076f14 added the unsigned_addition test and memory mock 2023-03-15 15:35:28 +01:00
897903344b remove println in test 2023-03-15 15:14:45 +01:00
2533883ea7 machine tests ok 2023-03-15 15:12:47 +01:00
84d8bcc84f div 8 2023-03-15 14:04:25 +01:00
539b3f6802 mmu_(read/write)_mem impl 2023-03-15 12:17:37 +01:00
c8df1e5053 use of system in parameters in synch 2023-03-15 11:09:34 +01:00
e5242aab0c Ignored machine tests for now 2023-03-15 10:53:22 +01:00
0047b7d762 Fixed incorrect length and address readouts because of an incorrectly configured radix 2023-03-15 10:45:02 +01:00
77f28d029d impl translate 2023-03-15 00:32:58 +01:00
ea309ab124 taille de la memoire recalculée 2023-03-14 22:55:48 +01:00
d1935e9399 Fully documented mem_cmp.rs 2023-03-14 14:49:58 +01:00
eeb0e336c7 what the fuck was that 2023-03-14 00:33:53 +01:00
9318871c31 Fixed tests from mem_cmp 2023-03-13 23:55:35 +01:00
3391d3cb65 impl translation table + debut impl mmu 2023-03-13 22:52:27 +01:00
39e26e61bb Add thread_sleep 2023-03-13 20:55:46 +01:00
c0765270d7 ajout de fichiers mémoire et des registre en cours d'execution 2023-03-13 19:00:54 +01:00
be19031c32 enum visibility 2023-03-13 18:01:02 +01:00
5f798edb94 enum d'erreurs dans machine, du code pour gerer les erreurs dans le futur 2023-03-13 17:49:48 +01:00
172dad6598 mmu & translation table def 2023-03-13 17:42:03 +01:00
c75e2995e7 Reworked unit tests for machine and renamed test_programs directory 2023-03-12 00:22:16 +01:00
177abfe846 Renamed Machine::init_machine and fixed stack overflow by allocating main_memory to the heap 2023-03-11 23:49:20 +01:00
e1283c9c42 Fixed missing crate import 2023-03-10 19:17:41 +01:00
61c9300c6a Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler 2023-03-10 19:14:03 +01:00
26b75ffe8d Add thread save and restore processor context 2023-03-10 19:11:13 +01:00
0c3af96b78 Fix start_thread 2023-03-10 19:04:23 +01:00
95e0ac4499 Added partialeq trait where relevant 2023-03-10 19:04:22 +01:00
dc49951bab Implemente finish (not finished yet), fix ucontext for windows 2023-03-10 19:03:49 +01:00
e4db7ec96b Implement interrupt 2023-03-10 19:02:37 +01:00
c140830faa Adding some content to thread 2023-03-10 19:01:22 +01:00
336ccd1425 Add thread structure 2023-03-10 19:01:21 +01:00
6ee74ba126 Fixed more clippy complaining 2023-03-10 11:03:54 +01:00
be8435cf83 Cleaned clippy lint warnings from machine.rs 2023-03-10 10:59:14 +01:00
44e3f586e2 Fixed some clippy complaining 2023-03-10 10:38:58 +01:00
6db52669b4 Removed useless variable 2023-03-10 10:34:13 +01:00
5155b62b06 Added proper error handling to extract_memory_method 2023-03-10 10:32:20 +01:00
d392c69535 Add thread save and restore processor context 2023-03-09 12:08:33 +01:00
fe4bbb2fc2 Fix start_thread 2023-03-08 21:43:03 +01:00
075d6cb737 add tests run programs 2023-03-08 17:58:38 +01:00