9 lines
111 B
C
9 lines
111 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void InitGdt();
|
|
|
|
void SetIst1(uint64_t ist1);
|
|
|
|
void SetRsp0(uint64_t rsp0);
|