Skip to content

Commit 56736f9

Browse files
rusty1968FerralCoder
authored andcommitted
docs: fix all references with proper URLs and DOIs
- Add DOI link for Levy et al. Tock OS academic paper - Fix OpenPRoT GitHub organization reference capitalization - Add link to official online Rust book documentation - Ensure all references are clickable and accessible All references now have proper links for reader access to source materials.
1 parent 8dd5598 commit 56736f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/design/os-selection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ This decision is specific to the security-critical, infrastructure-focused requi
106106
1. Biffle, C. L. (2024). *On Hubris and Humility*. https://cliffle.com/blog/on-hubris-and-humility/
107107
2. Hubris Operating System Documentation. *Hubris Kernel Design and Implementation*. https://github.com/oxidecomputer/hubris
108108
3. Tock Operating System. *Tock OS Documentation and Design Principles*. https://www.tockos.org/
109-
4. Levy, A., et al. (2017). *Multiprogramming a 64kB Computer Safely and Efficiently*. Proceedings of the 26th Symposium on Operating Systems Principles (SOSP '17).
110-
5. OpenPRoT Initiative. *Platform Root of Trust Architecture and Requirements*. https://github.com/openprot/openprot
111-
6. Klabnik, S. & Nichols, C. *The Rust Programming Language: Memory Safety and Zero-Cost Abstractions*. No Starch Press.
109+
4. Levy, A., et al. (2017). *Multiprogramming a 64kB Computer Safely and Efficiently*. Proceedings of the 26th Symposium on Operating Systems Principles (SOSP '17). https://doi.org/10.1145/3132747.3132786
110+
5. OpenPRoT Workgroup. *Platform Root of Trust Architecture and Requirements*. https://github.com/OpenPRoT/openprot
111+
6. Klabnik, S. & Nichols, C. *The Rust Programming Language: Memory Safety and Zero-Cost Abstractions*. https://doc.rust-lang.org/book/

0 commit comments

Comments
 (0)