Operating system #35
robotman2412
started this conversation in
MCH2025 software
Replies: 1 comment
-
We have made a documentYou can see our design decisions and rationale here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the MCH2025 badge, we want to dynamically load apps so we can do things like exclude system libraries from their binaries, saving on flash memory space.
For all intents and purposes, this means making an Operating System of sorts which loads the apps and their libraries and serves their ABI calls.
This discussion is about requirements of the Operating System and eventually how to achieve them.
We need a list of (feature) requirements, I'll start:
And for the wish list:
Beta Was this translation helpful? Give feedback.
All reactions