Update files

This commit is contained in:
Alex
2022-10-20 05:03:31 +03:00
parent cae9572cc1
commit 7f47b2a3a4
2 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ namespace GlobalDescriptorTable
trace("GDT_KERNEL_CODE: %#lx", GDT_KERNEL_CODE);
trace("GDT_KERNEL_DATA: %#lx", GDT_KERNEL_DATA);
trace("GDT_USER_DATA: %#lx", GDT_USER_DATA);
trace("GDT_USER_CODE: %#lx", GDT_USER_CODE);
trace("GDT_USER_DATA: %#lx", GDT_USER_DATA);
trace("GDT_TSS: %#lx", GDT_TSS);
trace("Global Descriptor Table initialized");
}