From 8d1526a95c9fe75b47302a67710badc91063a271 Mon Sep 17 00:00:00 2001 From: August Date: Thu, 13 Nov 2025 17:11:32 -0500 Subject: [PATCH] I forgot I removed device code --- docs/DEVELOPMENT.MD | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/DEVELOPMENT.MD b/docs/DEVELOPMENT.MD index efe6d65..d450df6 100644 --- a/docs/DEVELOPMENT.MD +++ b/docs/DEVELOPMENT.MD @@ -17,10 +17,6 @@ design details can be found in [SECURITY.md](SECURITY.md). - [modules.rs](../kernel/src/boot/modules.rs): Kernel module handling. - [constants.rs](../kernel/src/constants.rs): Constants referenced elsewhere in the kernel. - - [device/](../kernel/src/device/mod.rs): Functions for discovering hardware - and assigning drivers. - - [acpi.rs](../kernel/src/device/acpi.rs): ACPI handling functions and - structures. - [log.rs](../kernel/src/log.rs): Logging structures, macros, and singletons for logging to serial or the display. - [interrupt/](../kernel/src/interrupt/mod.rs): Interrupt handlers with