Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from ahs3/housekeeping-v2
Browse files Browse the repository at this point in the history
Add a simple README for github
  • Loading branch information
ahs3 authored Oct 18, 2020
2 parents fd332a1 + 29528c6 commit 643a567
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
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.

0 comments on commit 643a567

Please sign in to comment.