|
@@ -66,17 +66,10 @@ This project is originally a part of rCore Summer of Code 2020 activities,
|
|
|
inspired by [MeowSBI](https://github.com/meow-chip/MeowSBI) and other similar projects.
|
|
|
Now it is capable of running rCore-Tutorial and other OS kernels on wide supported RISC-V devices.
|
|
|
|
|
|
-Blog article (Chinese):
|
|
|
-
|
|
|
-- [Rust in Embedded World](https://www.yuque.com/chaosbot/rust_magazine_2021/biydon), Jan 2021
|
|
|
-- [rCore Operating System Lab Final Report](https://github.com/luojia65/rcore-os-blog/blob/master/source/_posts/os-report-final-luojia65.md), Aug 2020
|
|
|
-
|
|
|
-Slides (Chinese):
|
|
|
-
|
|
|
-- [HSM and SRST module on RustSBI](https://github.com/luojia65/DailySchedule/blob/master/RustSBI%E4%B8%AD%E7%9A%84HSM%E6%A8%A1%E5%9D%97.pdf), Nov 2021
|
|
|
-- [Design and Implementation of RustSBI](https://github.com/luojia65/DailySchedule/blob/master/2020-slides/RustSBI%E7%9A%84%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%AE%9E%E7%8E%B0.pdf), Dec 2020
|
|
|
-- [The Rust Embedded System Development](https://github.com/luojia65/DailySchedule/blob/master/2020-slides/Rust%E5%B5%8C%E5%85%A5%E5%BC%8F%E5%BC%80%E5%8F%91.pdf), Dec 2020
|
|
|
-- [Operating Systems on Rust and RISC-V](https://github.com/luojia65/DailySchedule/blob/master/2020-slides/Rust%E8%AF%AD%E8%A8%80%E4%B8%8ERISC-V%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F.pdf), Aug 2020
|
|
|
+There are multiple talks related to RustSBI dated back to Aug 2020.
|
|
|
+These talks discusses from design and abstraction of RustSBI modules, to actual production and research usage
|
|
|
+scenario related to RustSBI and RISC-V bootloaders.
|
|
|
+Public slides and blog articles of these talks are available at [RustSBI/slides](https://github.com/rustsbi/slides) page.
|
|
|
|
|
|
## Notes on platform implementation
|
|
|
|