Re-defining components/modules and their relationship #170
Replies: 3 comments
-
BackgroundThe role of current modules is below.
The main purpose of this dependency is what makes ProblemBut The examples are armv9a/src $ tree -L 2 realm/
realm/
├── context.rs
├── mm
│ ├── mod.rs
│ ├── page.rs
│ ├── page_table
│ ├── stage2_translation.rs
│ ├── stage2_tte.rs
│ └── translation_granule_4k.rs
├── mod.rs
├── registry.rs
├── timer.rs
└── vcpu.rs Suggestion
My suggestion is that move code of Final goalAfter re-organization, i want to talk about trusted/untrusted code. I think tock design is good reference. |
Beta Was this translation helpful? Give feedback.
-
Now, I got your point. I agree with the intention of merging the previous In terms of the suggestion, I thought the inverse direction (== moving |
Beta Was this translation helpful? Give feedback.
-
It's more convenient way! I could try this way 😄 |
Beta Was this translation helpful? Give feedback.
-
There are ongoing discussions about how to define ISLET RMM components and where to place them. Let's start discussing it here.
Beta Was this translation helpful? Give feedback.
All reactions