Yu Chen
|
aa91ba8a9e
|
clean comments in kernel, and fix typo in usr app:sig_ctrlc
|
2022-05-07 13:35:47 +08:00 |
|
Yu Chen
|
32098d61d3
|
add usr app: sig_ctrlc for sig testing
|
2022-05-07 11:36:26 +08:00 |
|
Yu Chen
|
40c84071c0
|
add usr app: getchar
|
2022-05-07 11:36:06 +08:00 |
|
Yu Chen
|
6a6dd5e948
|
fix little bug on SIGDEF
|
2022-04-26 17:18:41 +08:00 |
|
Yu Chen
|
ad28f5f627
|
update signal impl and apps
|
2022-04-26 12:26:54 +08:00 |
|
liusm18
|
a6b278fe10
|
Fix coding style & add one more test
|
2022-04-22 15:05:06 +08:00 |
|
liusm18
|
ae1a50673d
|
Remove sigret.S
|
2022-04-22 14:54:50 +08:00 |
|
liusm18
|
7a97faee6c
|
Add signal user lib
|
2022-04-22 14:31:28 +08:00 |
|
Yifan Wu
|
3edce0932f
|
Bump Rust to nightly-2022-04-11 && support debugging in release mode
|
2022-04-16 15:53:09 -07:00 |
|
Yifan Wu
|
91710ba1a5
|
Cargo fmt
|
2022-01-23 01:41:55 -08:00 |
|
Yifan Wu
|
9df03206f9
|
Add infloop&until_timeout
|
2022-01-23 01:39:09 -08:00 |
|
Yifan Wu
|
d1233cbb69
|
Support SIGABRT when the application panics.
|
2022-01-23 00:13:53 -08:00 |
|
Yifan Wu
|
1f55fbe4a2
|
Add some tests from ch2 && support SIGSEGV&SIGILL
|
2022-01-22 15:13:15 -08:00 |
|
Yifan Wu
|
4a169450f8
|
Fix cat
|
2022-01-22 12:54:33 -08:00 |
|
Yifan Wu
|
0d189e9ad7
|
Cargo fmt
|
2022-01-22 11:54:09 -08:00 |
|
Yifan Wu
|
2f5cff7e21
|
cargo clippy
|
2022-01-22 11:53:18 -08:00 |
|
Yifan Wu
|
ad85266da1
|
Remove unmeaningful messages of initproc/user_shell
|
2022-01-21 13:56:45 -08:00 |
|
Yifan Wu
|
87e61ef7e9
|
Drop fd_table when a process exits; user_shell supports pipes
|
2022-01-21 00:11:15 -08:00 |
|
Yifan Wu
|
2ec8a4d28b
|
Bump Rust to nightly-2022-01-19
|
2022-01-20 16:17:49 -08:00 |
|
Yifan Wu
|
675fe88fea
|
Maximum concurrent processes from 40/35->30.
|
2022-01-19 16:39:54 -08:00 |
|
Yifan Wu
|
d01b99d3f9
|
Remove os/src/loader.rs && Update testcases cat and huge_write
|
2022-01-18 04:33:36 -08:00 |
|
Yifan Wu
|
11cdc5f2e6
|
Bump to rust nightly-2022-01-01, feature global_asm,asm->stable
|
2022-01-01 02:29:54 -08:00 |
|
Yifan Wu
|
7eda37a407
|
user base from 0x0->0x10000; user image size from 128MiB->16MiB
|
2021-10-03 14:25:06 -07:00 |
|
Yifan Wu
|
bf69560f9b
|
Update rustsbi; huge_write writes 1MiB
|
2021-08-26 19:04:40 +08:00 |
|
Yifan Wu
|
315e61da1a
|
Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction
|
2021-07-21 19:10:04 +08:00 |
|
Yifan Wu
|
a09429b32c
|
Link small sections in linker
|
2021-03-07 19:59:12 +08:00 |
|
Yifan Wu
|
3e1c12b6a1
|
Add sys_dup && support input/output redirection in user_shell
|
2021-02-27 22:27:08 +08:00 |
|
Yifan Wu
|
a7346c96b4
|
DiskInode sz->128bytes && user heap -> 32KiB
|
2021-02-27 07:43:28 +08:00 |
|
Yifan Wu
|
8a1c96d963
|
Add tool: cat
|
2021-02-27 07:15:15 +08:00 |
|
Yifan Wu
|
90d351bfe8
|
Support cmdline_args when sys_exec.
|
2021-02-26 12:06:55 +08:00 |
|
Yifan Wu
|
920d077a66
|
Refactor easy-fs.
|
2021-02-24 03:34:59 +08:00 |
|
Yifan Wu
|
69933e2985
|
Close all pipes in pipetest.
|
2021-02-21 09:28:27 +08:00 |
|
Yifan Wu
|
b6626d534b
|
Fix other usertests: xstate -> exit_code
|
2021-02-08 18:09:00 +08:00 |
|
Yifan Wu
|
b8240fac5a
|
Fix user_shell
|
2021-02-08 16:45:57 +08:00 |
|
Yifan Wu
|
a6c7b52283
|
Fix exit_code in user
|
2021-02-07 02:13:33 +08:00 |
|
Yifan Wu
|
606abbe6a1
|
Simple filetest passed on qemu/k210.
|
2020-12-20 13:52:38 +08:00 |
|
Yifan Wu
|
63bccc4e8f
|
Now sleep test sleeps 5secs.
|
2020-12-16 15:39:32 +08:00 |
|
Yifan Wu
|
8e178c0080
|
Pipe OK.
|
2020-12-14 16:18:33 +08:00 |
|
Yifan Wu
|
f5c029d3db
|
k210 only can use 6M before configuring sdcard.
|
2020-12-11 18:04:57 +08:00 |
|
Yifan Wu
|
84b10893d4
|
forktree worked with depth=3 on k210 platform.
|
2020-12-11 16:14:14 +08:00 |
|
Yifan Wu
|
244c0ee84d
|
Handle backspace for k210/qemu platform && Add lots of user tests.
|
2020-12-11 01:44:07 +08:00 |
|
Yifan Wu
|
7a1bc49eb3
|
Update rustsbi-k210 to enable lagacy console_putchar. Adjust alignment of links apps. Run matrix on K210!
|
2020-12-10 17:20:13 +08:00 |
|
Yifan Wu
|
3a2f89fc67
|
Avoid panicking when inputting error app name; List all apps when initializing.
|
2020-12-10 14:51:50 +08:00 |
|
Yifan Wu
|
3642f9c56d
|
Implement many process syscalls.
|
2020-12-10 11:57:26 +08:00 |
|
Yifan Wu
|
81bef97f09
|
Add user program initproc/user_shell, allow user programs allocate data on heap.
|
2020-12-09 09:56:06 +08:00 |
|
Yifan Wu
|
8ee3671269
|
Split kernel/user trap handler && Fix user tests.
|
2020-12-07 18:57:23 +08:00 |
|
Yifan Wu
|
064f1cb5cb
|
Fetching buffer arguments from user space.
|
2020-12-06 13:56:13 +08:00 |
|
Yifan Wu
|
1256085d36
|
Frame Allocator OK.
|
2020-12-03 10:40:30 +08:00 |
|
Yifan Wu
|
4b01ff7cc4
|
Build application at 0x0 in release mode.
|
2020-12-02 09:40:00 +08:00 |
|
Yifan Wu
|
63aaa9d0a1
|
Chapter3: power2/3/5 & sleep test worked on k210/qemu based on timer.
|
2020-11-29 10:31:15 +08:00 |
|