This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from ahs3/housekeeping-v2
Add a simple README for github
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# RISC-V Profiles and Platform Specification | ||
|
||
The files in this project are used to create the RISC-V Profiles and | ||
Platform Specification. This specification defines the set of firmware | ||
and hardware required of a RISC-V platform so that it may install | ||
and run various operating systems. | ||
|
||
The content of the specification is created and controlled by the RISC-V | ||
Profiles and Platform Specification Technical Subcommittee. Information | ||
about the subcommittee can be found at | ||
https://lists.riscv.org/g/tech-unixplatformspec. | ||
Please note that membership in RISC-V International is required to post | ||
to the mailing list, but it is publicly readable. Membership in RISC-V | ||
International is free for individual community members. | ||
|
||
All discussion of this specification occurs on the task group mailing | ||
list. Please use github issues for bug reports. | ||
|
||
# Licensing | ||
|
||
The files in this repository are licensed under the Creative Commons | ||
Attribution 4.0 International License (CC-BY 4.0). The full license | ||
text is available at https://creativecommons.org/licenses/by/4.0/. | ||
|
||
# Repository Content | ||
* **Makefile** => 'make' in this directory will produce the HTML, markdown, | ||
and PDF versions of the current spec | ||
* **README.md** => this file | ||
* ```riscv-platform-spec.adoc``` => the spec in asciidoc format; there are | ||
several subsidiary asciidoc files that get included by this file. | ||
|
||
# Repository Branches | ||
* All development occurs on ```main```; no content on main is to be | ||
considered TSC-approved content. | ||
* TSC-approved content will be clearly marked as such. | ||
|