Update README.md
This commit is contained in:
parent
ea7f50d905
commit
692830a31e
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ TODO:
|
|||
|
||||
Now we are still updating our project, you can find latest changes on branches `chX-dev` such as `ch1-dev`. We are intended to publish first release 3.5.0 after completing most of the tasks mentioned below.
|
||||
|
||||
Overall progress: ch4
|
||||
Overall progress: ch5
|
||||
|
||||
### Completed
|
||||
|
||||
|
@ -34,7 +34,7 @@ Overall progress: ch4
|
|||
* [x] fix `power` series application in early chapters, now you can find modulus in the output
|
||||
* [x] use `UPSafeCell` instead of `RefCell` or `spin::Mutex` in order to access static data structures and adjust its API so that it cannot be borrowed twice at a time(mention `& .exclusive_access().task[0]` in `run_first_task`)
|
||||
* [x] move `TaskContext` into `TaskControlBlock` instead of restoring it in place on kernel stack(since ch3), eliminating annoying `task_cx_ptr2`
|
||||
* [x] replace `llvm_asm!` with `asm!`(now ch4 completed)
|
||||
* [x] replace `llvm_asm!` with `asm!`
|
||||
|
||||
### Todo(High priority)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue