From 49c4de43f1215f4f2a827389428df6d4511fc244 Mon Sep 17 00:00:00 2001 From: Rafael Sene Date: Fri, 5 Jan 2024 18:35:16 -0300 Subject: [PATCH] Initial updates --- readme.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme.adoc b/readme.adoc index 4c598058..d72b1a94 100644 --- a/readme.adoc +++ b/readme.adoc @@ -1,8 +1,6 @@ -= RISC-V Specification Template += RISC-V Cheri Specification -This repository serves as a blueprint for creating GitHub repositories within the RISC-V organization for the purpose of developing specifications. The template aims to facilitate and standardize the process of specification development. - -NOTE: If you are viewing this in a specification repository, kindly update the title for this section and provide an introduction relevant to your repository. +This repository contains the CHERI extension specification, adding hardware capabilities to RISC-V ISA to enable fine-grained memory protection and scalable compartmentalization. == License @@ -26,7 +24,7 @@ To build the document, you'll need the following tools installed on your system: === Cloning the Repository -`git clone --recurse-submodules https://github.com/riscv/docs-spec-template.git` +`git clone --recurse-submodules https://github.com/riscv/riscv-cheri.git` === Building the Documentation