🆕 实现了异常捕获模块

This commit is contained in:
fslongjin
2022-01-25 18:04:18 +08:00
parent 14374d5faf
commit 06cfb1ceb9
10 changed files with 744 additions and 29 deletions

View File

@ -8,8 +8,9 @@
#pragma once
#include <common/printk.h>
#include <common/glib.h>
#include "../common/printk.h"
#include "../common/glib.h"
#include "../common/asm.h"
/**
* @brief 初始化系统中断表
@ -36,7 +37,7 @@ void dev_not_available();
void double_fault();
void coprocessor_segment_overrun();
void invalid_TSS();
void segment_not_present();
void segment_not_exists();
void stack_segment_fault();
void general_protection();
// 缺页异常