From 6c5d7a13fc98180ce34e5dad6ae71d47b850dba3 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Mon, 19 Oct 2020 22:38:05 +0300 Subject: [PATCH] Add more information to READMEs https://scarfolk.blogspot.com/ --- README.md | 4 ++++ nucleus/src/arch/README.md | 4 ++++ nucleus/src/arch/aarch64/memory/README.md | 4 ++++ nucleus/src/platform/README.md | 4 ++++ targets/README.md | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/README.md b/README.md index 78ac1a3..9c4c747 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,7 @@ Individual files contain the following tag instead of the full license text. This enables machine processing of license information based on the SPDX License Identifiers that are here available: http://spdx.org/licenses/ + +---- + +For more information please re-read. diff --git a/nucleus/src/arch/README.md b/nucleus/src/arch/README.md index b42600c..1d03953 100644 --- a/nucleus/src/arch/README.md +++ b/nucleus/src/arch/README.md @@ -3,3 +3,7 @@ This directory contains code specific to a certain architecture. Implementations of arch-specific kernel calls are also placed here. + +---- + +For more information please re-read. diff --git a/nucleus/src/arch/aarch64/memory/README.md b/nucleus/src/arch/aarch64/memory/README.md index cc1e484..1e4943b 100644 --- a/nucleus/src/arch/aarch64/memory/README.md +++ b/nucleus/src/arch/aarch64/memory/README.md @@ -5,3 +5,7 @@ The types VirtAddr and PhysAddr are representing the addresses before and after Page table types must represent pages of differing sizes. For every entry in the MMU page table we should be able to receive a proper page type - e.g. Invalid, further page table, or a specific-size page. + +---- + +For more information please re-read. diff --git a/nucleus/src/platform/README.md b/nucleus/src/platform/README.md index 36b60e9..3924756 100644 --- a/nucleus/src/platform/README.md +++ b/nucleus/src/platform/README.md @@ -1,3 +1,7 @@ # Board Support Packages This directory contains support for specific Boards like RaspberryPi3 etc. + +---- + +For more information please re-read. diff --git a/targets/README.md b/targets/README.md index 0c97e63..b1531eb 100644 --- a/targets/README.md +++ b/targets/README.md @@ -23,3 +23,7 @@ rustc +nightly -Z unstable-options --target= --print target-sp ### To do "panic-strategy": "abort" is ok for baremetal targets, but not for -metta, right? Will rework for userspace targets when we have unwinding. + +---- + +For more information please re-read.