Skip to content

Commit

Permalink
Merge pull request #58 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
fix: correct typos in README.md
  • Loading branch information
luojia65 authored Mar 7, 2024
2 parents 22b446b + cb346e2 commit 80e224a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ When running `cargo qemu`, the test kernel will build and run. Expected output s
[ INFO] mimp id = 0x70200
[ INFO] Sbi `Base` test pass
[ INFO] Testing `TIME`
[ INFO] read time register successfuly, set timer +1s
[ INFO] timer interrupt delegate successfuly
[ INFO] read time register successfully, set timer +1s
[ INFO] timer interrupt delegate successfully
[ INFO] Sbi `TIME` test pass
[ INFO] Testing `sPI`
[ INFO] send ipi successfuly
[ INFO] send ipi successfully
[ INFO] Sbi `sPI` test pass
[ INFO] Testing `HSM`
[ INFO] Testing harts: [0, 1, 2, 3]
Expand Down Expand Up @@ -109,7 +109,7 @@ When running `cargo qemu`, the test kernel will build and run. Expected output s
[ INFO] Sbi `HSM` test pass
[ INFO] Testing `DBCN`
Hello, world!
[ INFO] writing slice successfuly
[ INFO] writing slice successfully
[ INFO] reading 0 bytes from console
[ INFO] Sbi `DBCN` test pass
```
Expand Down

0 comments on commit 80e224a

Please sign in to comment.