ugh I am bad at docs

This commit is contained in:
August 2025-09-24 23:55:50 -04:00
parent 97806d169b
commit 9a47052049
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

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