mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🆕 cpu模块获取处理器固件基础信息
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#include "../process/ptrace.h"
|
||||
#include"../common/kprint.h"
|
||||
|
||||
void init_sys_vector()
|
||||
void sys_vector_init()
|
||||
{
|
||||
set_trap_gate(0, 1, divide_error);
|
||||
set_trap_gate(1, 1, debug);
|
||||
|
Reference in New Issue
Block a user