From 0e7a3b1cd7c9d7efe83d072d2053e740a32abc1c Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Tue, 5 Nov 2019 21:51:10 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1bfcab0..c87d23d2 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ _Cheers, The target audience is hobby OS developers who are new to ARM's 64 bit [ARMv8-A architecture](https://developer.arm.com/products/architecture/cpu-architecture/a-profile/docs). The tutorials will give a guided, step-by-step tour of how to write a -[monolithic] Operating System `kernel` from scratch. They cover implementation -of common Operating Systems tasks, like writing to the serial console, setting -up virtual memory and exception handling. All while leveraging Rust's unique -features to provide for safety and speed. +[monolithic] Operating System `kernel` for an `embedded system` from scratch. +They cover implementation of common Operating Systems tasks, like writing to +the serial console, setting up virtual memory and exception handling. All while +leveraging Rust's unique features to provide for safety and speed. [monolithic]: https://en.wikipedia.org/wiki/Monolithic_kernel