mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix import path in code example
This commit is contained in:
@@ -383,7 +383,7 @@ Now that we loaded a valid TSS and interrupt stack table, we can set the stack i
|
||||
```rust
|
||||
// in src/interrupts.rs
|
||||
|
||||
use gdt;
|
||||
use crate::gdt;
|
||||
|
||||
lazy_static! {
|
||||
static ref IDT: InterruptDescriptorTable = {
|
||||
|
||||
Reference in New Issue
Block a user