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.
Separate the introduction into a new file
In order to allow for future expansion of the introduction, move it into a separate file. This is a structural change only. There is no content change. Signed-off-by: Al Stone <[email protected]>
- Loading branch information
Al Stone
committed
Oct 7, 2020
1 parent
3614e0e
commit e8b055a
Showing
3 changed files
with
26 additions
and
15 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
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,23 @@ | ||
// SPDX-License-Indentifer: CC-BY-4.0 | ||
// | ||
// introduction.adoc: describe the purpose of the document | ||
// | ||
// Provide a description of the overall intent and purpose of this | ||
// specifiction. | ||
// | ||
|
||
## Introduction | ||
|
||
This document contains the RISC-V UNIX-class platform specification. This | ||
specification defines additional restrictions on implementations in order to | ||
allow software to be compatible between these implementations. These | ||
restrictions are enumerated along with the least privileged level to which they | ||
apply. Implementations can be compatible with a subset of this specification, | ||
but that subset must include all restrictions placed on a privilege level as | ||
well as all less-privileged levels. For example: implementations can claim to | ||
be compatible with the "RISC-V Supervisor-Level UNIX Platform" if they are | ||
compatible with the entire "User-Level Platform" and "Supervisor-Level | ||
Platform" chapters of this document. | ||
|
||
### Versioning | ||
|
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