mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-25 02:46:23 +04:00
Update README.md
This commit is contained in:
parent
b5f7fb6c45
commit
95431917ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@ os/target/*
|
|||||||
os/.idea/*
|
os/.idea/*
|
||||||
os/src/link_app.S
|
os/src/link_app.S
|
||||||
os/Cargo.lock
|
os/Cargo.lock
|
||||||
|
os/last-*
|
||||||
user/target/*
|
user/target/*
|
||||||
user/.idea/*
|
user/.idea/*
|
||||||
user/Cargo.lock
|
user/Cargo.lock
|
||||||
|
@ -39,6 +39,8 @@ Now we are still updating our project, you can find latest changes on branches `
|
|||||||
* [ ] adjust API of `UPSafeCell` so that it cannot be borrowed twice at a time
|
* [ ] adjust API of `UPSafeCell` so that it cannot be borrowed twice at a time
|
||||||
* [ ] bug fix: we should call `find_pte` rather than `find_pte_create` in `PageTable::unmap`
|
* [ ] bug fix: we should call `find_pte` rather than `find_pte_create` in `PageTable::unmap`
|
||||||
* [ ] add a new chapter about synchronization & mutual exclusion(uniprocessor only)
|
* [ ] add a new chapter about synchronization & mutual exclusion(uniprocessor only)
|
||||||
|
* [ ] give every non-zero process exit code an unique and clear error type
|
||||||
|
* [ ] effective error handling of mm module
|
||||||
|
|
||||||
### Todo(Low priority)
|
### Todo(Low priority)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user