François Autin
|
729eba656c
|
Added sc_v call
|
2023-04-12 13:25:33 +02:00 |
|
François Autin
|
afce2c66c9
|
Synch now public mod
|
2023-04-12 13:16:04 +02:00 |
|
|
a36e470ea1
|
Add new thread exception (untested)
|
2023-04-11 17:47:36 +02:00 |
|
|
6c19f66d62
|
use setter instead of modifying the field itself
|
2023-04-06 13:48:37 +02:00 |
|
|
66d6daf0b9
|
Lint: remove some warnings
|
2023-04-06 13:46:59 +02:00 |
|
|
9cc57e7f03
|
Add launch argument parser, add debug parameter to machine
burritos now launch binary
|
2023-04-06 13:27:03 +02:00 |
|
François Autin
|
2f0b9e6592
|
Tests now point to the correct locations
|
2023-04-05 17:07:58 +02:00 |
|
|
01ac29160b
|
Fix test
|
2023-04-05 16:57:37 +02:00 |
|
|
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 |
|
|
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 |
|
|
02dd1f5ccf
|
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler
|
2023-04-05 16:05:31 +02:00 |
|
|
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
|
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 |
|
|
8b3a3bebe7
|
Fix list::remove when trying to remove first element of the list (SIGSEGV)
|
2023-04-05 13:07:10 +02:00 |
|
|
24be35547e
|
Add Exit Exception
|
2023-04-05 12:01:31 +02:00 |
|
|
0fd2815a59
|
Improve test in thread_manager, increase memory size to make it fit
|
2023-04-04 22:01:49 +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 |
|
|
4480212ab0
|
Merge branch 'thread_scheduler' into bin-loader
|
2023-04-04 15:28:24 +02:00 |
|
|
fc3237c4ad
|
Adding test to loader, update ci (hope it work)
|
2023-04-04 11:50:29 +02:00 |
|
Samy Solhi
|
655bf9eab7
|
added tests for SC_SHUTDOWN and SC_WRITE (print)
|
2023-04-03 23:08:13 +02:00 |
|
|
aef8d219d0
|
Continue to add comments
|
2023-04-03 15:58:57 +02:00 |
|
|
025ede6080
|
Add some comments
|
2023-04-03 15:26:55 +02:00 |
|
|
8c844c3e5c
|
Initialize sp value for each threads (temporary workaround)
|
2023-04-02 19:55:06 +02:00 |
|
|
8239079130
|
Add section flag support, loader now ready to run binary files
|
2023-04-01 00:14:09 +02:00 |
|
|
0a744f0f94
|
Add parsing of sections
|
2023-03-31 22:48:02 +02:00 |
|
|
443556b18a
|
Refactor loader into multiple struct
|
2023-03-31 21:49:26 +02:00 |
|
|
35c81e5269
|
Fix get_address_point
|
2023-03-31 19:34:45 +02:00 |
|
|
453de4b704
|
Fix is_riscv_isa
|
2023-03-31 15:34:04 +02:00 |
|
|
b4b7eb69c2
|
Add elf header parsing
|
2023-03-31 15:18:58 +02:00 |
|
Samy Solhi
|
5c7979b746
|
Added Write system call
|
2023-03-29 17:52:25 +02:00 |
|
Samy Solhi
|
2981925401
|
Added shutdown system call
|
2023-03-29 17:21:34 +02:00 |
|
Samy Solhi
|
e117ec2132
|
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler
|
2023-03-29 17:01:44 +02:00 |
|
Samy Solhi
|
06f6137852
|
Added MachineOk to one_instruction
|
2023-03-29 17:01:28 +02:00 |
|
François Autin
|
8629d859e4
|
♻️ Documentation updates and fn renaming
|
2023-03-29 16:42:08 +02:00 |
|
François Autin
|
45a2ee952c
|
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler
|
2023-03-29 16:26:35 +02:00 |
|
François Autin
|
2d241e4dd5
|
♻️ Started refactoring instruction.rs
|
2023-03-29 16:26:27 +02:00 |
|
Samy Solhi
|
ac1f2287a2
|
Merge branch 'thread_scheduler' of gitlab.istic.univ-rennes1.fr:simpleos/burritos into thread_scheduler
|
2023-03-29 16:15:53 +02:00 |
|
Samy Solhi
|
15f3608b63
|
Start syscall
|
2023-03-29 16:13:57 +02:00 |
|