Start refactoring code. No rush to merge anything.

I will try to focus on getting things working, as simply as possible
This commit is contained in:
2025-02-28 17:21:44 +00:00
parent 53d325749d
commit 096a66adbb
51 changed files with 80 additions and 2374 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
#![expect(unused)]
use x86_64::{
VirtAddr,
instructions::tables::load_tss,
registers::segmentation::{Segment, CS, DS, ES, SS},
registers::segmentation::{CS, DS, ES, SS, Segment},
structures::{
gdt::{Descriptor, GlobalDescriptorTable, SegmentSelector},
tss::TaskStateSegment,
},
VirtAddr,
};
use spin::Lazy;