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