I forgot I removed device code
All checks were successful
Continuous Integration / Check (push) Successful in 1m18s
Continuous Integration / Clippy (push) Successful in 1m35s

This commit is contained in:
August 2025-11-13 17:11:32 -05:00
parent 88fe204b02
commit 8d1526a95c
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -17,10 +17,6 @@ design details can be found in [SECURITY.md](SECURITY.md).
- [modules.rs](../kernel/src/boot/modules.rs): Kernel module handling. - [modules.rs](../kernel/src/boot/modules.rs): Kernel module handling.
- [constants.rs](../kernel/src/constants.rs): Constants referenced elsewhere - [constants.rs](../kernel/src/constants.rs): Constants referenced elsewhere
in the kernel. 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 - [log.rs](../kernel/src/log.rs): Logging structures, macros, and singletons
for logging to serial or the display. for logging to serial or the display.
- [interrupt/](../kernel/src/interrupt/mod.rs): Interrupt handlers with - [interrupt/](../kernel/src/interrupt/mod.rs): Interrupt handlers with