mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🆕 设置了IDT,装载了TSS到GDT中。实现了第一个简易的中断处理函数ignore_int
This commit is contained in:
@ -1,17 +1,3 @@
|
||||
/***************************************************
|
||||
* 版权声明
|
||||
*
|
||||
* 本操作系统名为:MINE
|
||||
* 该操作系统未经授权不得以盈利或非盈利为目的进行开发,
|
||||
* 只允许个人学习以及公开交流使用
|
||||
*
|
||||
* 代码最终所有权及解释权归田宇所有;
|
||||
*
|
||||
* 本模块作者: 田宇
|
||||
* EMail: 345538255@qq.com
|
||||
*
|
||||
*
|
||||
***************************************************/
|
||||
|
||||
#ifndef __FONT_H__
|
||||
#define __FONT_H__
|
||||
|
Reference in New Issue
Block a user