From e405d293720d5b56d29ff560d156f3937aacd364 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 10 Apr 2026 14:41:03 +0200 Subject: [PATCH] remove IO chapter, is covered in next chapter --- src/SUMMARY.md | 1 - src/start/io.md | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/start/io.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index f62fa633..041c8175 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -26,7 +26,6 @@ more information and coordination - [Panicking](./start/panicking.md) - [Exceptions](./start/exceptions.md) - [Interrupts](./start/interrupts.md) - - [IO](./start/io.md) - [Peripherals](./peripherals/index.md) - [A first attempt in Rust](./peripherals/a-first-attempt.md) - [The Borrow Checker](./peripherals/borrowck.md) diff --git a/src/start/io.md b/src/start/io.md deleted file mode 100644 index 7febc026..00000000 --- a/src/start/io.md +++ /dev/null @@ -1,3 +0,0 @@ -# IO - -> **TODO** Cover memory mapped I/O using registers.