1
0
mirror of https://github.com/openpower-cores/a2-boot.git synced 2026-01-12 00:42:52 +00:00
2020-08-19 14:40:43 -04:00

373 B

a2-boot

kernel - simple boot code example

Sets up a limited addressing scheme using ERAT-only translation mode. Configuration block allows thread enablement and some per-thread configuration for MSR, code/stack addresses, and print buffer.

Provides system call support for basic info and print buffer access.

a2lib includes C functions for using system calls.