Get rid of warning
This commit is contained in:
+3
-2
@@ -15,11 +15,12 @@ extern crate alloc;
|
||||
|
||||
use crate::{
|
||||
arch::x86_64::{
|
||||
cpu::apic::enable_apic,
|
||||
// cpu::apic::enable_apic,
|
||||
drivers::{
|
||||
ascii::screensize_chars, framebuffer::display::screensize_px,
|
||||
},
|
||||
gdt, interrupts,
|
||||
gdt,
|
||||
interrupts,
|
||||
memory::{
|
||||
FRAME_ALLOCATOR,
|
||||
allocation::{
|
||||
|
||||
Reference in New Issue
Block a user