Skip to content

Commit 9543191

Browse files
committed
Update README.md
1 parent b5f7fb6 commit 9543191

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ os/target/*
33
os/.idea/*
44
os/src/link_app.S
55
os/Cargo.lock
6+
os/last-*
67
user/target/*
78
user/.idea/*
89
user/Cargo.lock

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Now we are still updating our project, you can find latest changes on branches `
3939
* [ ] adjust API of `UPSafeCell` so that it cannot be borrowed twice at a time
4040
* [ ] bug fix: we should call `find_pte` rather than `find_pte_create` in `PageTable::unmap`
4141
* [ ] add a new chapter about synchronization & mutual exclusion(uniprocessor only)
42+
* [ ] give every non-zero process exit code an unique and clear error type
43+
* [ ] effective error handling of mm module
4244

4345
### Todo(Low priority)
4446

0 commit comments

Comments
 (0)