diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-10 12:27:00 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-10 12:27:00 +0100 |
| commit | e2efa9549529d74856aa2327953a4b8b2d0ca2c2 (patch) | |
| tree | eea062b1211914b7cec96768bf0e21ee7b0f5c5e | |
| parent | a8314e8e033ada81de1fdd993ef6f53dd7d53173 (diff) | |
add pic8259 as a dependency for interrupt controllers
| -rw-r--r-- | StrixKernel/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StrixKernel/Cargo.toml b/StrixKernel/Cargo.toml index 35b86bd..6d28919 100644 --- a/StrixKernel/Cargo.toml +++ b/StrixKernel/Cargo.toml @@ -17,6 +17,7 @@ volatile = "0.2.6" spin = "0.5.2" x86_64 = "0.14.2" uart_16550 = "0.2.0" +pic8259 = "0.10.1" [dependencies.lazy_static] version = "1.0" |
