Yifan Wu
|
8f24c0f16a
|
buildtools: feat #135: Check the version of QEMU ahead
Build Rust Doc And Run tests / build-doc (push) Has been cancelled
Build Rust Doc And Run tests / run-tests (push) Has been cancelled
|
2024-07-14 21:11:26 +08:00 |
|
Yifan Wu
|
827bb05b2e
|
fix issue #130
|
2023-11-13 23:37:13 +08:00 |
|
Yifan Wu
|
fbd74f8a96
|
Update os/Makefile: Added QEMU_ARGS
|
2023-04-30 01:32:36 +08:00 |
|
Yifan Wu
|
45ab29ae1b
|
cargo fmt && use rustsbi as the bootl
|
2023-03-30 22:53:41 +08:00 |
|
yufeng
|
5a63d8e1fe
|
add tcp support and tcp_simplehttp app
|
2023-03-30 22:19:57 +08:00 |
|
yufeng
|
9355acf903
|
add net support
|
2023-02-06 19:21:43 +08:00 |
|
Yu Chen
|
4aaa7f9206
|
update code, now '-bios none' can get the same result as ch9
|
2023-01-03 10:05:40 +08:00 |
|
Yu Chen
|
2e57ec432a
|
temp stage
|
2023-01-02 20:06:03 +08:00 |
|
Yu Chen
|
58bf26222f
|
run in qemu -bios none ENV
|
2023-01-02 11:28:06 +08:00 |
|
Yifan Wu
|
932ae94711
|
feat: simple drawing board GUI
|
2022-12-19 03:55:58 -08:00 |
|
Yifan Wu
|
775755cf12
|
Remove K210 support.
|
2022-12-13 23:52:27 +08:00 |
|
Yu Chen
|
25f4e37168
|
udpate rust-toolchain: nightly-2022-07-20, cargo-utils 0.36
|
2022-07-25 11:48:01 +08:00 |
|
Yu Chen
|
e2a7c72b98
|
update Makefile for CI autotest
|
2022-06-23 00:11:44 +08:00 |
|
Yu Chen
|
f3a5a45b94
|
make gui ; make gui TEST=1 (for autotest) can work correctly. But the os kernel has a little bug on drawing screen for gui app
|
2022-06-22 00:40:32 +08:00 |
|
DeathWish5
|
040bba5f40
|
feat: CI run tests
|
2022-05-14 22:50:17 +08:00 |
|
Yifan Wu
|
db89fef127
|
Bump Rust to nightly-2022-04-11 && support debugging in release mode
|
2022-04-16 15:59:10 -07:00 |
|
Yifan Wu
|
26f44233f6
|
Still a lot of bugs :(
|
2022-03-04 09:02:32 -08:00 |
|
Yifan Wu
|
f8f03d2b74
|
Update os/Makefile, rm ... -f -> rm -f ...
|
2021-11-27 01:57:11 -08:00 |
|
Yifan Wu
|
fa38a39fd4
|
rust->nightly-2021-10-15,cargo-binutils->0.3.3
|
2021-10-20 13:49:12 -07:00 |
|
Yifan Wu
|
ff5055386b
|
User base from 0x0->0x10000; user image size limit from 128MB->16MB; trigger race condition on k210
|
2021-10-03 07:36:41 -07:00 |
|
Yifan Wu
|
b8a14182cd
|
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
|
0d3010fb87
|
Downgrade cargo-binutils to 0.2.0
|
2021-04-05 16:28:36 +08:00 |
|
Yifan Wu
|
62c7a420df
|
Do not fetch tools when running on qemu.
|
2021-03-06 03:32:24 +08:00 |
|
Yifan Wu
|
c8d851fc2b
|
Support cmdline_args when sys_exec.
|
2021-02-26 12:06:55 +08:00 |
|
Yifan Wu
|
cd6dfbf59c
|
Refactor easy-fs.
|
2021-02-24 03:34:59 +08:00 |
|
Yifan Wu
|
760a7d5994
|
Move kflash.py out of proj.
|
2021-02-08 11:22:25 +08:00 |
|
Yifan Wu
|
0566322753
|
Bump rustsbi to 0.1.1 && make config of qemu/k210 different
|
2021-02-07 18:39:52 +08:00 |
|
Yifan Wu
|
d99b71a9d5
|
Update os/Makefile && Update rust to 2021-01-30
|
2021-02-02 18:00:55 +08:00 |
|
Yifan Wu
|
54946d4706
|
Fix os/Makefile: Support macOS
|
2021-01-21 00:26:08 +08:00 |
|
Yifan Wu
|
7bd8a10178
|
Add env.
|
2021-01-02 10:05:33 +08:00 |
|
Yifan Wu
|
b121689d08
|
Simple filetest passed on qemu/k210.
|
2020-12-20 13:52:38 +08:00 |
|
Yifan Wu
|
a3802a4b91
|
Load app from sdcard on K210, but panicked on qemu.
|
2020-12-20 00:52:14 +08:00 |
|
Yifan Wu
|
eca5ee2eb7
|
virtio-blk worked.
|
2020-12-16 10:18:38 +08:00 |
|
Yifan Wu
|
1cef77eac7
|
Chapter3: power2/3/5 & sleep test worked on k210/qemu based on timer.
|
2020-11-29 10:31:15 +08:00 |
|
Yifan Wu
|
6671f99afb
|
Update rustsbi-qemu && batch worked on qemu/k210.
|
2020-11-20 11:10:38 +08:00 |
|
Yifan Wu
|
c0b5643c85
|
Debug using gdb on qemu.
|
2020-11-11 16:59:44 +08:00 |
|
Yifan Wu
|
5b69a312ba
|
Load kernel on qemu/k210.
|
2020-11-11 16:50:00 +08:00 |
|