kernel - v0.7 beta
+ acpi: add acpi support + lapic: add lapic support + ioapic: add ioapic support + arch/x86_64: add support for "syscall"/"sysret"
This commit is contained in:
parent
4d52bac946
commit
a8e919b033
53 changed files with 772 additions and 331 deletions
7
kernel/src/arch/x86_64/syscall.h
Normal file
7
kernel/src/arch/x86_64/syscall.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#define IA32_EFER 0xC0000080
|
||||
#define IA32_STAR 0xC0000081
|
||||
#define IA32_LSTAR 0xC0000082
|
||||
#define IA32_CSTAR 0xC0000083
|
||||
#define IA32_SFMASK 0xC0000084
|
Loading…
Add table
Add a link
Reference in a new issue