Yu Chen
|
6906508d6c
|
add cargo fmt in Makefile, and exec make fmt
|
3 years ago |
Yifan Wu
|
8b8e48fd6d
|
Fix #69.
|
3 years ago |
Yu Chen
|
855dc0d393
|
add kernel print info for default sig action
|
3 years ago |
Yu Chen
|
aa91ba8a9e
|
clean comments in kernel, and fix typo in usr app:sig_ctrlc
|
3 years ago |
Yu Chen
|
ce7e6bc668
|
default signal for ctrl_c can work now. p.s. add more debug info
|
3 years ago |
Yu Chen
|
2ba356050d
|
add ctrl-c response in fs/stdio.rs::read. But the default sig action for SIGINT is still wrong
|
3 years ago |
Yu Chen
|
32098d61d3
|
add usr app: sig_ctrlc for sig testing
|
3 years ago |
Yu Chen
|
40c84071c0
|
add usr app: getchar
|
3 years ago |
Yu Chen
|
6a6dd5e948
|
fix little bug on SIGDEF
|
3 years ago |
Yu Chen
|
ad28f5f627
|
update signal impl and apps
|
3 years ago |
liusm18
|
a6b278fe10
|
Fix coding style & add one more test
|
3 years ago |
liusm18
|
ae1a50673d
|
Remove sigret.S
|
3 years ago |
liusm18
|
7a97faee6c
|
Add signal user lib
|
3 years ago |
liusm18
|
1d7b8141f0
|
Add sigret and finish signal handling
|
3 years ago |
liusm18
|
fae8641f36
|
Add sigaction struct and sys_call
|
3 years ago |
liusm18
|
598d8d4538
|
Add sigprocmask
|
3 years ago |
liusm18
|
c8542d6107
|
Modify signal.rs and sys_kill to support more signals
|
3 years ago |
csuastt
|
639643bc5f
|
Merge pull request #1 from rcore-os/ch7
Bump Rust to nightly-2022-04-11 && support debugging in release mode
|
3 years ago |
Yifan Wu
|
3edce0932f
|
Bump Rust to nightly-2022-04-11 && support debugging in release mode
|
3 years ago |
Yu Chen
|
50db31e463
|
update README
|
3 years ago |
Yu Chen
|
10fe9b8ffe
|
add CI for build-doc
|
3 years ago |
Yifan Wu
|
7408b1a7b2
|
Add boards/ && cargo clippy
|
3 years ago |
Yifan Wu
|
91710ba1a5
|
Cargo fmt
|
3 years ago |
Yifan Wu
|
9df03206f9
|
Add infloop&until_timeout
|
3 years ago |
Yifan Wu
|
d1233cbb69
|
Support SIGABRT when the application panics.
|
3 years ago |
Yifan Wu
|
1f55fbe4a2
|
Add some tests from ch2 && support SIGSEGV&SIGILL
|
3 years ago |
Yifan Wu
|
4a169450f8
|
Fix cat
|
3 years ago |
Yifan Wu
|
0d189e9ad7
|
Cargo fmt
|
3 years ago |
Yifan Wu
|
2f5cff7e21
|
cargo clippy
|
3 years ago |
Yifan Wu
|
ad85266da1
|
Remove unmeaningful messages of initproc/user_shell
|
3 years ago |
Yifan Wu
|
87e61ef7e9
|
Drop fd_table when a process exits; user_shell supports pipes
|
3 years ago |
Yifan Wu
|
2ec8a4d28b
|
Bump Rust to nightly-2022-01-19
|
3 years ago |
Yifan Wu
|
675fe88fea
|
Maximum concurrent processes from 40/35->30.
|
3 years ago |
Yifan Wu
|
53855b9997
|
Update .gitignore
|
3 years ago |
Yifan Wu
|
d01b99d3f9
|
Remove os/src/loader.rs && Update testcases cat and huge_write
|
4 years ago |
Yifan Wu
|
4822f6253a
|
Add easy-fs-fuse/.gitignore
|
4 years ago |
Yifan Wu
|
a97e29fdb1
|
Now PageTable::unmap calls PageTable::find_pte instead of PageTable::find_pte_create.
|
4 years ago |
Yifan Wu
|
39c9c80d35
|
Kernel cannot dump now.
|
4 years ago |
Yifan Wu
|
11cdc5f2e6
|
Bump to rust nightly-2022-01-01, feature global_asm,asm->stable
|
4 years ago |
Yifan Wu
|
b001d3c98e
|
Bump to Rust nightly 2021-12-15
|
4 years ago |
Yifan Wu
|
c0d41dccf6
|
Update os/Makefile, rm ... -f -> rm -f ...
|
4 years ago |
Yu Chen
|
913ea57a94
|
update .gitignore, README.md, dev-env-info.md
|
4 years ago |
Yifan Wu
|
940e88a002
|
Now construction of PA/VA only uses 56/39 bits.
|
4 years ago |
Yifan Wu
|
bb98f7f88c
|
rust->nightly-2021-10-15,cargo-binutils->0.3.3
|
4 years ago |
Yifan Wu
|
7eda37a407
|
user base from 0x0->0x10000; user image size from 128MiB->16MiB
|
4 years ago |
Yifan Wu
|
638eb8666a
|
Update rustc && rustsbi-k210
|
4 years ago |
Yifan Wu
|
bf69560f9b
|
Update rustsbi; huge_write writes 1MiB
|
4 years ago |
Yu Chen
|
e68f261ed6
|
update to rustc 1.56.0-nightly (08095fc1f 2021-07-26)
|
4 years ago |
Yifan Wu
|
315e61da1a
|
Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction
|
4 years ago |
Yifan Wu
|
01098eb113
|
Fixed a bug that the efs lock was not be held correctly
|
4 years ago |