mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 00:46:31 +00:00
🆕 AP处理器切换到64位模式
This commit is contained in:
@ -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 初始化对称多核处理器
|
||||
*
|
||||
|
Reference in New Issue
Block a user