make const errors go away
This commit is contained in:
@@ -23,7 +23,7 @@ extern "C" constexpr Pointer gdt_protected_mode_pointer(protected_mode);
|
|||||||
// The static 64-bit Global Descriptor Table (GDT)
|
// The static 64-bit Global Descriptor Table (GDT)
|
||||||
// \see [ISDMv3 3.2.4 Segmentation in IA-32e
|
// \see [ISDMv3 3.2.4 Segmentation in IA-32e
|
||||||
// Mode](intel_manual_vol3.pdf#page=91)
|
// Mode](intel_manual_vol3.pdf#page=91)
|
||||||
alignas(16) constinit SegmentDescriptor long_mode[] = {
|
alignas(16) SegmentDescriptor long_mode[] = {
|
||||||
// Null descriptor
|
// Null descriptor
|
||||||
SegmentDescriptor::Null(),
|
SegmentDescriptor::Null(),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user