-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* start add some of the mcs features * add lot's of mcs todo codes and add the new pbf of aarch64 * add the no mcs case framework * pass the rel4_complier * put in all the symbols * update the fastpath_reply_recv * try to add the riscv pbf support * fill in the real riscv pbf * adjust the archtecture of the timer * add the time functions for the qemu-arm-virt and spike * add some timer functions * add the framework of the sched_context * update some of the mcs functions * continue add the sched_context part * fix previous bugs * try to add some code but have bugs * fill in some of the code again * add some boot code,but have some panics * add the alloc root task sched context part * update the schedule and fix the previous bug * finish the boot part code, start debug * update the syscall num * add some necessery mcs codes * continue add mcs code * add some thing about the interrupt entry * fix one assert * use is_schedulable to replace the is_runable * try to fix the handle_fault on mcs and no mcs * fix sysgetclock bug * successfully go into the tests * add the framework of handle syscall * complete the handlesyscall * add the reply * finish the functions of reply * add the do reply part * update the ci * add the some functions * finish fill in sched control code * add some of the mcs feature in the handlesyscall * pass the tcb set space function * finish the TCBSetTimeoutEndpoint part * update the decode sched context invocation * try to add the decodeSchedContext_Bind code * fix bugs * update the rece code * add restart part * add the handle yield * fix some bugs * fix the cnode bug * try to fix more bugs of convert * fix bugs * fix some bugs * fix another bug * add the invoke sc unbind and pass all bind tests
- Loading branch information
1 parent
33d8cca
commit e52020a
Showing
37 changed files
with
1,741 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.