+ acpi: add acpi support + lapic: add lapic support + ioapic: add ioapic support + arch/x86_64: add support for "syscall"/"sysret"
7 lines
164 B
C
7 lines
164 B
C
#pragma once
|
|
|
|
#define IA32_EFER 0xC0000080
|
|
#define IA32_STAR 0xC0000081
|
|
#define IA32_LSTAR 0xC0000082
|
|
#define IA32_CSTAR 0xC0000083
|
|
#define IA32_SFMASK 0xC0000084
|