summaryrefslogtreecommitdiff
path: root/hwrpb.h
Commit message (Collapse)AuthorAgeFilesLines
* Provide a minimal Console Terminal Block in the HWRPB.HEADmasterJason Thorpe2021-06-141-0/+54
| | | | | | | | | | | | | | | | | | | | | | Provide a minimal Console Terminal Block in the HWRPB so that operating systems that depend on it can correctly initialize the console device. This is suffucient, at least, for the BSD operating systems, but may not be sufficient for Digital UNIX. In addition to defining and filling out the structures, there are a couple of other key changes: - Redefine the a2 register passed by Qemu at start-up to also include some configuration flags, in addition to the CPU count, and define a flag to mirror the "-nographics" option. - We need to initialize the HWRPB *after* initializing VGA, so that we'll know if a VGA device is present and in which slot for filling out the CTB. Signed-off-by: Jason Thorpe <thorpej@me.com> Message-Id: <20210613210934.21143-2-thorpej@me.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
* Implement the console callback interface.Richard Henderson2011-05-021-8/+3
| | | | At least enough for GETC and PUTS.
* Add copyright information.Richard Henderson2011-05-011-0/+9
|
* TEMP: finished through init_page_tablesRichard Henderson2011-04-101-0/+220