-
Notifications
You must be signed in to change notification settings - Fork 1
Notes
Amanjeev Sethi edited this page Feb 16, 2018
·
2 revisions
- To define a common set of primitives for things every architecture will have that abstract away the arch-specific implementation.
- To have architecture-specific code
implement
the HAL API, and platform-independent code (such as memory allocators!)consume
that API.