🆕 AP处理器切换到64位模式

This commit is contained in:
fslongjin
2022-04-04 22:30:06 +08:00
parent 5df54732f5
commit 5197253dde
7 changed files with 172 additions and 3 deletions

View File

@ -5,6 +5,9 @@
#include "../driver/interrupt/apic/apic.h"
#define MAX_SUPPORTED_PROCESSOR_NUM 1024 // 操作系统支持的最大处理器数量
extern uchar _apu_boot_start[];
extern uchar _apu_boot_end[];
/**
* @brief 初始化对称多核处理器
*