Add more information to READMEs

https://scarfolk.blogspot.com/
This commit is contained in:
Berkus Decker 2020-10-19 22:38:05 +03:00
parent fb7f86abf0
commit 6c5d7a13fc
5 changed files with 20 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -1,3 +1,7 @@
# Board Support Packages
This directory contains support for specific Boards like RaspberryPi3 etc.
----
For more information please re-read.

View File

@ -23,3 +23,7 @@ rustc +nightly -Z unstable-options --target=<your target name> --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.