From 9a47052049e1c60719054ced57f46df69ac83e2d Mon Sep 17 00:00:00 2001 From: August Date: Wed, 24 Sep 2025 23:55:50 -0400 Subject: [PATCH] ugh I am bad at docs --- docs/DEVELOPMENT.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT.MD b/docs/DEVELOPMENT.MD index b687a36..5732cad 100644 --- a/docs/DEVELOPMENT.MD +++ b/docs/DEVELOPMENT.MD @@ -19,7 +19,7 @@ design details can be found in [SECURITY.md](SECURITY.md). in the kernel. - [device/](/src/kernel/device/mod.rs): Functions for discovering hardware and assigning drivers. - -[acpi.rs](/src/kernel/device/acpi.rs): ACPI handling functions and + - [acpi.rs](/src/kernel/device/acpi.rs): ACPI handling functions and structures. - [log.rs](/src/kernel/log.rs): Logging structures, macros, and singletons for logging to serial or the display.