Commit Graph

566 Commits

Author SHA1 Message Date
Quentin Legot 01ac29160b Fix test 2023-04-05 16:57:37 +02:00
François Autin ffd9b92f24
Updated CI 2023-04-05 16:53:40 +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
François Autin cfb58fd6b3
Fixed machine tests not passing 2023-04-05 16:44:41 +02:00
François Autin df4fd53c96
Added documentation for trait 2023-04-05 16:44:41 +02:00
Rémi Rativel f79b63e930 implemented getter for objaddr 2023-04-05 16:43:09 +02:00
Quentin Legot f246e84f91 Use Default trait instead of init_machine() 2023-04-05 16:12:57 +02:00
François Autin 91f5c6054c
Added trait SynchObj to relevant structs 2023-04-05 16:12:15 +02:00
Rémi Rativel 586c077002 fixed get_string_param 2023-04-05 16:09:39 +02:00
François Autin 8ee7470dc5
Added objaddr 2023-04-05 16:09:10 +02:00
Quentin Legot 02dd1f5ccf Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler 2023-04-05 16:05:31 +02:00
Quentin Legot 44cfb828fb Remove useless libc, elf and ucontext, add comments to exceptions
improve propagation of errors in raise_exception
2023-04-05 16:02:54 +02:00
Samy Solhi 7060098809 Merge remote-tracking branch 'origin/thread_scheduler' into thread_scheduler
# Conflicts:
#	src/kernel/exception.rs
2023-04-05 16:00:06 +02:00
Samy Solhi a151bef7ef added fn get string param 2023-04-05 15:57:34 +02:00
Rémi Rativel 77086155b5 started to implement sc_sem_create and auxiliar function 2023-04-05 15:47:57 +02:00
François Autin 41611b54e8 Merge branch 'exception' into 'thread_scheduler'
Exception

See merge request simpleos/burritos!14
2023-04-05 13:21:50 +00:00
François Autin 24919a9879
Makefile fixes 2023-04-05 15:16:11 +02:00
François Autin 7179931224
Makefile fixes 2023-04-05 15:11:12 +02:00
Rémi Rativel cb25b09cff Documentation 2023-04-05 14:52:46 +02:00
Rémi Rativel 81302b67a1 Struct refractore 2023-04-05 14:51:50 +02:00
Rémi Rativel 5a5c5a9141 Doc and Makefile update 2023-04-05 14:50:58 +02:00
François Autin 2756477e67
Project now builds 2023-04-05 13:49:32 +02:00
François Autin b96808b55f
Fixed incorrect flow control 2023-04-05 13:44:43 +02:00
François Autin 3685bb6590
Added general failure case in raise exception and removed break in main loop for system exceptions 2023-04-05 13:41:56 +02:00
François Autin 69f91170f6
Optimized to avoid cloning heap values 2023-04-05 13:34:06 +02:00
François Autin 70d7893bed
Moved userlib.rs back into ./userlib 2023-04-05 13:12:25 +02:00
François Autin 8470dcc04f
Fixed in order to build object files instead of archives 2023-04-05 13:08:27 +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
François Autin 743299fcdb
repo clean-up 2023-04-05 13:02:29 +02:00
François Autin 87dcf71857 Merge branch 'assembly_lib' into 'thread_scheduler'
Assembly lib

See merge request simpleos/burritos!13
2023-04-05 10:53:35 +00:00
François Autin 411caac86f Assembly lib 2023-04-05 10:53:34 +00: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 a001e45c3f Add tests files 2023-04-04 20:55:27 +02:00
Rémi Rativel 99b0128cfe Implemented calls for sys.s, problem with compilation of riscV code, need to fix it later 2023-04-04 17:59:16 +02:00
Quentin Legot b8cba1abd7 Change Halt to Shutdown in sys.s 2023-04-04 17:25:51 +02:00
Legot Quentin 0c3a254296 Merge branch 'bin-loader' into 'thread_scheduler'
Binary loader

See merge request simpleos/burritos!12
2023-04-04 13:35:10 +00:00
Quentin Legot 4480212ab0 Merge branch 'thread_scheduler' into bin-loader 2023-04-04 15:28:24 +02:00
François Autin 2b10da1d7d Updated to debian bookworm 2023-04-04 15:20:34 +02:00
François Autin bcc16dcec0
Updated to debian bookworm 2023-04-04 15:16:41 +02:00
François Autin 64c8104668 Correct package name 2023-04-04 15:12:29 +02:00
François Autin f3f88e9bee UPDATING APT 2023-04-04 15:12:29 +02:00
François Autin e7178f4490
Correct package name 2023-04-04 15:09:52 +02:00
François Autin 45647a784c
UPDATING APT 2023-04-04 15:05:45 +02:00
François Autin 63c2f62a19 Ok no sudo i get it 2023-04-04 15:05:12 +02:00
François Autin d1d3ae64a6
Ok no sudo i get it 2023-04-04 15:03:47 +02:00
François Autin aeb5cacb4e Added glibc dependency 2023-04-04 15:03:14 +02:00
François Autin 793bf482fc
Added glibc dependency 2023-04-04 15:02:35 +02:00
François Autin 72743ded87 fixed compiler not being copied to /opt/riscv 2023-04-04 14:55:35 +02:00
François Autin 9f937ff81f
fixed compiler not being copied to /opt/riscv 2023-04-04 14:54:28 +02:00