338 Commits

Author SHA1 Message Date
Baptiste
d620822d97 end of filesys 2023-03-29 16:23:36 +02:00
Baptiste
58e866cb2f filesys : open & create 2023-03-29 15:10:11 +02:00
AmauryBrodu
60410efd1a bug fix of bitmap constructor 2023-03-29 15:05:07 +02:00
AmauryBrodu
1da8b8465f commented the bitmap + init_bitmap + init_file_hdr 2023-03-29 15:02:04 +02:00
Baptiste
6ac67efe2d merge 2023-03-29 13:26:09 +02:00
Baptiste
1c0f0765c0 init_filesys done 2023-03-29 13:24:12 +02:00
AmauryBrodu
c1f436bcfb resolved merge conflict 2023-03-29 13:22:15 +02:00
AmauryBrodu
99a69c7998 filehdr nearly done 2023-03-29 13:20:44 +02:00
AmauryBrodu
52929cef24 added the bitmap, tests still need to be done 2023-03-29 13:17:21 +02:00
Baptiste
79bfcf6b57 fsmisc done 2023-03-23 12:59:33 +01:00
Baptiste
021aac6e6a new files 2023-03-22 16:11:03 +01:00
Baptiste
3be14e7f6a test with files are now sequentials 2023-03-22 16:01:53 +01:00
Baptiste
b07c675986 update disk 2023-03-22 15:43:10 +01:00
Baptiste
12c28f7681 read disk works 2023-03-22 15:33:33 +01:00
Moysan Gabriel
2413d4dec6 use a of file for disk 2023-03-22 11:50:56 +01:00
AmauryBrodu
bc970a9603 disk test 2023-03-18 12:38:13 +01:00
Baptiste
274a8d2c0e disk doc 2023-03-17 17:39:14 +01:00
AmauryBrodu
c5c82ac567 added tests for drv_disk 2023-03-16 23:35:13 +01:00
amaury
edf593cbf8 the driver and disk are working 2023-03-16 17:16:24 +01:00
amaury
4c81f0591a nouvelle version du driver et du disk 2023-03-16 15:59:58 +01:00
Baptiste
66eaa8a64f start of Disk 2023-03-15 17:53:10 +01:00
amaury
38004e0bc4 rename file 2023-03-15 16:19:29 +01:00
amaury
f6ec9ff60f oups sorry les boys 2023-03-15 15:48:58 +01:00
amaury
b011f75e50 remove an ignore test 2023-03-15 15:45:53 +01:00
amaury
6ad625ec02 fix merge 2023-03-15 15:43:37 +01:00
amaury
8577076f14 added the unsigned_addition test and memory mock 2023-03-15 15:35:28 +01:00
Baptiste
9a40bc641b remove ignored tests 2023-03-15 15:27:45 +01:00
Baptiste
897903344b remove println in test 2023-03-15 15:14:45 +01:00
Baptiste
2533883ea7 machine tests ok 2023-03-15 15:12:47 +01:00
Baptiste
84d8bcc84f div 8 2023-03-15 14:04:25 +01:00
amaury
dcca3d5d9f fixed space at the end of memory dump 2023-03-15 14:01:37 +01:00
Moysan Gabriel
539b3f6802 mmu_(read/write)_mem impl 2023-03-15 12:17:37 +01:00
Quentin Legot
9c3501eb40 Merge branch 'thread_scheduler' of https://gitlab.istic.univ-rennes1.fr/simpleos/burritos into thread_scheduler 2023-03-15 11:09:41 +01:00
Quentin Legot
c8df1e5053 use of system in parameters in synch 2023-03-15 11:09:34 +01:00
François Autin
b379305631 🎨 Exported get_new_thread macro out of thread mod 2023-03-15 11:05:01 +01:00
François Autin
bed763cf54 📝 Updated mod doc for list and system 2023-03-15 11:01:25 +01:00
François Autin
e5242aab0c Ignored machine tests for now 2023-03-15 10:53:22 +01:00
François Autin
0047b7d762 Fixed incorrect length and address readouts because of an incorrectly configured radix 2023-03-15 10:45:02 +01:00
François Autin
2a3d8f3550 Exported macro init_system 2023-03-15 10:10:53 +01:00
amaury
f08286e8ed fixed memory dump issue, but the tests still doesn't pass 2023-03-15 09:12:19 +01:00
Moysan Gabriel
77f28d029d impl translate 2023-03-15 00:32:58 +01:00
Moysan Gabriel
ea309ab124 taille de la memoire recalculée 2023-03-14 22:55:48 +01:00
Quentin Legot
88a0b31300 Add thread_finish 2023-03-14 22:01:52 +01:00
Samy Solhi
aef8b18966 Added tests for semaphore and lock 2023-03-14 20:28:57 +01:00
Rémi Rativel
cc6ec2f94c Corrected a line added by the IDE 2023-03-14 16:46:48 +01:00
Rémi Rativel
ba895e3587 Small fix with not matching types 2023-03-14 16:44:10 +01:00
Rémi Rativel
5b8abd2a07 Merge remote-tracking branch 'origin/thread_scheduler' into thread_scheduler 2023-03-14 16:34:53 +01:00
Rémi Rativel
287a608adf Implemented constructors for synch structs 2023-03-14 16:34:44 +01:00
François Autin
4ee0c11c56
A few documentation updates 2023-03-14 15:16:40 +01:00
François Autin
81f3ac2099
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler 2023-03-14 14:50:02 +01:00