-
Notifications
You must be signed in to change notification settings - Fork 1
define platform and system #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
mention https://en.wikipedia.org/wiki/Hardware_Platform_Interface which is more like IPMI, DMI or other DMTF stuff simple: Platform = System + Interfaces interfaces be stable so that apps can run on the platform and services can be integrated; interfaces form a contract |
How about general terns... or other domains than hardware and software? https://www.weforum.org/stories/2017/02/what-are-platforms-and-systems/ |
device trees describe a platform to the OS; they offer slices of memory, platform ID (compat string) and peripherals (MMIO...) |
today, at 5 least kinds of platforms on different layers:
|
also the term platform engineering, who coined it etc
https://en.wikipedia.org/wiki/Platform_engineering
(mostly in a service context here....)
The text was updated successfully, but these errors were encountered: