Commit graph

18 commits

Author SHA1 Message Date
Yu Chen
c348cbdbfa create_desktop in kernel can run correctly 2022-06-20 22:41:20 +08:00
Yifan Wu
704eae3bb0 Add ns16550a 2022-02-18 13:09:03 -08:00
Yifan Wu
60143939d4 Add boards/ && clippy 2022-01-24 23:23:03 -08:00
Yifan Wu
ae3ba9c26f Small Fix && cargo fmt 2022-01-22 12:40:54 -08:00
Yifan Wu
ad0a7bcaa1 Debugging sys_exec :( 2021-09-30 10:09:21 -07:00
Yifan Wu
26219e7c95 Fix qemu mmio range 2021-03-05 02:06:40 +08:00
Yifan Wu
08bc677d3b Remove some warnings. 2020-12-20 23:49:35 +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
c5cf3aa83e Add sdcard driver based on k210-rust crates && adjust clock freq. 2020-12-16 15:19:29 +08:00
Yifan Wu
eca5ee2eb7 virtio-blk worked. 2020-12-16 10:18:38 +08:00
Yifan Wu
e5bd98973d k210 only can use 6M before configuring sdcard. 2020-12-11 18:04:57 +08:00
Yifan Wu
8fbadfc951 Implement many process syscalls. 2020-12-10 11:57:26 +08:00
Yifan Wu
485db04a2b Split kernel/user trap handler && Fix user tests. 2020-12-07 18:57:23 +08:00
Yifan Wu
9366099b28 Fetching buffer arguments from user space. 2020-12-06 13:56:13 +08:00
Yifan Wu
e37e5708e4 Frame Allocator OK. 2020-12-03 10:40:30 +08:00
Yifan Wu
528d99258a Heap test passed on k210/qemu, heap size = 3M. 2020-12-02 10:32:26 +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
3f3e6b2b99 Switch ok with debug mode apps, implement sys_exit correctly later. 2020-11-29 01:31:36 +08:00