Yu Chen
|
164ec78edd
|
update comments
|
3 years ago |
Yu Chen
|
657050ce33
|
fix typo comments
|
3 years ago |
Yu Chen
|
716c236f14
|
add #![deny(missing_docs)] AND #![deny(warnings)] in main.rs, and add more comments
|
3 years ago |
田凯夫
|
6dbd0ba545
|
Update docs
|
3 years ago |
Yifan Wu
|
f796209478
|
Add boards/ && cargo clippy&fmt
|
4 years ago |
Yifan Wu
|
fff4669596
|
cargo clippy & fmt
|
4 years ago |
Yifan Wu
|
5c9bcf05ff
|
Kernel cannot dump now.
|
4 years ago |
Yifan Wu
|
0d5b0f9f37
|
Bump to rust nightly-2022-01-01, feature global_asm,asm->stable
|
4 years ago |
Yifan Wu
|
2bd7dcf044
|
Exclusive UPSafeCell: A RefCell wrapper
|
4 years ago |
Yifan Wu
|
a70fbfdb7e
|
Replace llvm_asm! with asm
|
4 years ago |
Yifan Wu
|
265bbaefe4
|
Remove a warning.
|
4 years ago |
Yifan Wu
|
fb9855b5ef
|
Move TaskContext into TCB instead of kstack.
|
4 years ago |
Yifan Wu
|
6ffe9c0d03
|
RefCell->UPSafeCell
|
4 years ago |
Yifan Wu
|
ce3950488b
|
Link small sections in linker
|
4 years ago |
Yifan Wu
|
b7600bffaf
|
Bump rustsbi to 0.1.1 && make config of qemu/k210 different
|
5 years ago |
Yifan Wu
|
1ca5592f56
|
Declare _unused explicitly when running first task.
|
5 years ago |
Yifan Wu
|
0c9cb6f7c4
|
Wrap syscalls in user_lib && change xstate to exit_code
|
5 years ago |
Yifan Wu
|
0b33404aac
|
Move some variable name to task_cx to task_cx_ptr2
|
5 years ago |
Yifan Wu
|
4b215e94ef
|
Remove meaningless sstatus::set_sie() when initializing.
|
5 years ago |
Yifan Wu
|
e4fee9944e
|
Update sys_time unit to ms && Update clock freq of K210.
|
5 years ago |
Yifan Wu
|
63aaa9d0a1
|
Chapter3: power2/3/5 & sleep test worked on k210/qemu based on timer.
|
5 years ago |
Yifan Wu
|
4590f233b5
|
sys_yield tests worked on qemu.
|
5 years ago |
Yifan Wu
|
91043b08cd
|
Switch ok with debug mode apps, implement sys_exit correctly later.
|
5 years ago |
Yifan Wu
|
e552f3cfca
|
Add sys_yield tests and compile them to different location.
|
5 years ago |
Yifan Wu
|
5e5ed05399
|
Update rustsbi-qemu && batch worked on qemu/k210.
|
5 years ago |
Yifan Wu
|
3b920ac8f5
|
Run hello_world/power one by one in batch mode.
|
5 years ago |
Yifan Wu
|
e9949e5bd4
|
Try batch but kernel panicked.
|
5 years ago |
Yifan Wu
|
0d0c7255b6
|
Auto link multiple applications in kernel.
|
5 years ago |
Yifan Wu
|
f613fa122c
|
Working on app data auto linking.
|
5 years ago |
Yifan Wu
|
c701cd00ce
|
Chapter1: Update panic_handler.
|
5 years ago |
Yifan Wu
|
49050aca3f
|
Update linker & Hello k210/qemu(release mode).
|
5 years ago |
Yifan Wu
|
406acaae2c
|
Small update.
|
5 years ago |
Yifan Wu
|
5370f725be
|
Load kernel on qemu/k210.
|
5 years ago |
Yifan Wu
|
29f4683ad8
|
Compiled on target platform.
|
5 years ago |