Commit Graph

47 Commits

Author SHA1 Message Date
Austin
8a8776cab8 add ch10 2021-09-08 10:31:37 +08:00
Ian Chen
72bc6f247c Update README.md 2021-08-11 14:26:56 +08:00
Ian Chen
85c027fdcc Merge pull request #13 from ianchen0119/master
update the document
2021-08-09 18:58:28 +08:00
ianchen0119
75f5fdf402 update the document 2021-08-09 13:49:59 +08:00
Ian Chen
9210e93b9a Merge pull request #12 from ianchen0119/feat/memoryAlloc
Add memory allocator
2021-08-08 16:24:57 +08:00
ianchen0119
9d2d0e3064 add the doc of ch9 2021-08-08 16:24:15 +08:00
ianchen0119
2fe5bc8287 modified memory allocator and add references 2021-08-07 23:22:50 +08:00
ianchen0119
0f79689961 add ch9 2021-08-07 22:19:30 +08:00
Ian Chen
31dd8cbab6 Merge pull request #11 from ianchen0119/feat/block_driver
Feat/block driver
2021-08-06 11:11:04 +08:00
ianchen0119
773cc9c28d update the readme 2021-08-06 00:33:03 +08:00
ianchen0119
741b8f0549 VirtIO features is completed! 2021-08-06 00:30:17 +08:00
ianchen0119
1ecfd9c15e modify the block device driver 2021-07-01 18:49:25 +08:00
ianchen0119
f3cdea2b82 Add the exception's msg in trap_handler 2021-06-28 18:01:03 +08:00
ianchen0119
42410f8ede refactor 2021-06-28 17:47:31 +08:00
ianchen0119
f7230c0a8a update string.h and add virtio_tester() 2021-06-24 20:43:46 +08:00
ianchen0119
6a95acf8ba Merge branch 'feat/block_driver' of https://github.com/ianchen0119/mini-riscv-os into feat/block_driver 2021-06-24 19:30:00 +08:00
ianchen0119
ed35a47df4 virio_disk_init() work is finished 2021-06-24 19:29:37 +08:00
Ian Chen
b3d23514b6 Merge branch 'cccriscv:master' into feat/block_driver 2021-06-24 17:55:25 +08:00
ianchen0119
90199d7967 Add 08-doc and modified the device driver (On going...) 2021-06-24 17:53:37 +08:00
陳鍾誠
5b60aa03fd Merge pull request #10 from ianchen0119/feat/getchar
getc() supported!
2021-06-21 18:09:15 +08:00
ianchen0119
07ab6ae0b3 Add the block device driver, but hasn't been tested yet. 2021-06-21 17:58:29 +08:00
ianchen0119
3db6f7ecf8 Doc of ch7 is finished! 2021-06-20 15:18:58 +08:00
ianchen0119
96d5ec55b2 fix the bug related to uart settings 2021-06-20 14:41:22 +08:00
ianchen0119
0c81563e5e External_interruption can be detected, but irq is wrong 2021-06-20 14:07:50 +08:00
ianchen0119
a72ea93d77 getc() supported! 2021-06-20 00:41:33 +08:00
陳鍾誠
2aa0bc8129 Merge pull request #9 from ianchen0119/feat/spinlock
Add the spinlock feature!

太棒了!感謝你!
2021-06-18 14:36:49 +08:00
ianchen0119
7a682c9ef3 06-Spinlock.md was finished 2021-06-18 13:00:13 +08:00
ianchen0119
551fd56d69 Add the new other type of lock 2021-06-18 11:55:09 +08:00
ianchen0119
ea5b0a654f Add the spinlock feature! 2021-06-17 23:00:55 +08:00
陳鍾誠
6d535cf161 Merge pull request #7 from ianchen0119/master
fix the bug in trap_handler()
2021-06-15 15:27:18 +08:00
ianchen0119
6c78388205 fix typo 2021-06-14 22:37:49 +08:00
ianchen0119
adb877d453 fix the bug in trap_handler() 2021-06-14 21:07:05 +08:00
陳鍾誠
987a8dc9a5 Merge pull request #6 from ianchen0119/master
Modify the interrupt vector
2021-06-14 16:02:02 +08:00
ianchen0119
a108224617 modify the 05-Preemptive.md 2021-06-13 12:38:59 +08:00
ianchen0119
28dd4d6f1a Modify the interrupt vector 2021-06-12 15:50:13 +08:00
陳鍾誠
bd045bca31 Merge pull request #5 from ianchen0119/patch-1
Update 04-TimerInterrupt.md
2021-06-11 14:35:18 +08:00
Ian Chen
659ad4d73b update the info on CSR 2021-06-11 12:10:54 +08:00
Ian Chen
9262d7bedd Update 04-TimerInterrupt.md 2021-06-07 20:26:20 +08:00
陳鍾誠
4e457dcb00 Merge pull request #2 from ianchen0119/patch-1
Update README.md
2020-12-01 20:27:12 +08:00
Ian Chen
0fd24a7dcc Update README.md 2020-11-30 13:36:49 +08:00
ccckmit
b1cfa86914 modify README.md add tw doc 2020-11-15 19:40:54 +08:00
ccckmit
bd13aecaa9 finished 05-Preemptive.md 2020-11-15 19:30:57 +08:00
ccckmit
4d63809228 04-TimerInterrupt.md finished 2020-11-15 11:29:23 +08:00
ccckmit
eca3c684fd add mini-riscv-os tw document 01-03 2020-11-15 09:51:16 +08:00
ccckmit
f262ca56ba add tw document 01-HelloOs 2020-11-14 17:08:52 +08:00
ccckmit
cdeb1fb7f1 modify README.md 2020-11-14 11:34:47 +08:00
ccckmit
5eec97bef9 init 2020-11-14 11:31:33 +08:00