Skip to content
Amanjeev Sethi edited this page Feb 16, 2018 · 2 revisions

Notes of hal9000

Goals

  • 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.

References

Clone this wiki locally