riscv-non-isa / riscv-brs

The Boot and Runtime Services (BRS) specification provides the software requirements for system vendors and Operating System Vendors (OSVs) to interoperate with one another by providing expectations for the Operating System (OS) to utilize in acts of device discovery, system management, and other rich operations provided in this specification.
https://jira.riscv.org/browse/RVG-48
Creative Commons Attribution 4.0 International
40 stars 13 forks source link

Prettify. The point of this is to easily visually parse the spec. #153

Closed andreiw closed 6 months ago

andreiw commented 6 months ago

Use `` for identifiers (code identifiers, structure fields, register names, requirements within the spec) Use __ for spec names, chapter/section names (e.g. when referenced)

Use ** for emphasis.

Names of stuff (Processor Properties Table, UEFI, ACPI) are left as-is.