[RFC] Rust supervisor proposal#1170
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
General feedback: since this is a Patina RFC, I think it would be good to have a section that helps to better understand how this RFC would impact and connect with existing Patina code. For example, here are some questions I think you could answer to clarify the Patina/MM relationship:
|
Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Co-authored-by: Oliver Smith-Denny <osde@microsoft.com>
Thanks, I updated the RFC to include 2 nutrient content tables to reflect such. But the short summary is that I would like to make the new supevisor sitting in parallel with dxe_core amd move some common functional modules out from patina_core_dxe so that they can be shared. Then for the newly authored code, such as syscall dispatcher and privilege manager, I intend to produce them as their own crate. What if we want to use them in DXE core one day..? 😈 |
os-d
left a comment
There was a problem hiding this comment.
I'm sorry for all the grammar nits but I can't help it... :)
os-d
left a comment
There was a problem hiding this comment.
I'm sorry for all the grammar nits but I can't help it... :)
Co-authored-by: Oliver Smith-Denny <osde@microsoft.com> Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Description
This proposal intends to provide a supervised Standalone MM solution with Rust.
How This Was Tested
RFC only.
Integration Instructions
N/A