7 lines
81 B
C
7 lines
81 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void InitGdt();
|
|
|
|
void SetRsp0(uint64_t rsp0);
|