From 948c44b66d49267765be163e71951b7814b00d99 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Wed, 8 Mar 2023 17:45:08 +0000 Subject: [PATCH] Explain audience. --- src/welcome-bare-metal.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/welcome-bare-metal.md b/src/welcome-bare-metal.md index fdd562d3..27ee09a1 100644 --- a/src/welcome-bare-metal.md +++ b/src/welcome-bare-metal.md @@ -1,5 +1,9 @@ # Welcome to Bare Metal Rust +This is a standalone one-day course about bare-metal Rust, aimed at people who are familiar with the +basics of Rust (perhaps from completing the Comprehensive Rust course), and ideally also have some +experience with bare-metal programming in some other language such as C. + Today we will talk about 'bare-metal' Rust: running Rust code without an OS underneath us. This will be divided into several parts: