Skip to content
Snippets Groups Projects
Commit 6d092da4 authored by Eemeli Lehtonen's avatar Eemeli Lehtonen
Browse files

remove old gdt/idt code

parent bd425228
No related branches found
No related tags found
No related merge requests found
use crate::{boot, error, smp::Cpu, warn};
use crate::{error, smp::Cpu, warn};
use x86_64::instructions::{self as ins, interrupts as int, random::RdRand};
//
......@@ -8,9 +8,6 @@ pub mod cpu;
pub mod pmm;
pub mod vmm;
mod gdt;
mod idt;
//
pub fn early_boot_cpu() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment