[chore] 整理include
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
本系统引用了下列字体:
|
本系统引用了下列字体:
|
||||||
|
|
||||||
- Hankaku
|
- Hankaku
|
||||||
|
- 霞鹜文楷 Light
|
||||||
|
|
||||||
并在相关协议下使用。
|
并在相关协议下使用。
|
||||||
@@ -5,8 +5,8 @@
|
|||||||
#include <memory/pmm.h>
|
#include <memory/pmm.h>
|
||||||
#include <scheduler.h>
|
#include <scheduler.h>
|
||||||
#include <serial.h>
|
#include <serial.h>
|
||||||
#include <idt.h>
|
#include <interrupt/idt.h>
|
||||||
#include <pic.h>
|
#include <interrupt/pic.h>
|
||||||
#include <string_utils.h>
|
#include <string_utils.h>
|
||||||
|
|
||||||
// 图层列表(按 z 排序,最低在前)
|
// 图层列表(按 z 排序,最低在前)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include <gdt.h>
|
#include <interrupt/gdt.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <string_utils.h>
|
#include <string_utils.h>
|
||||||
#include <serial.h>
|
#include <serial.h>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#include <idt.h>
|
#include <interrupt/idt.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <string_utils.h>
|
#include <string_utils.h>
|
||||||
#include <pic.h>
|
#include <interrupt/pic.h>
|
||||||
#include <serial.h>
|
#include <serial.h>
|
||||||
|
|
||||||
// isr.S 中定义的 256 个 ISR 桩函数
|
// isr.S 中定义的 256 个 ISR 桩函数
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include <pic.h>
|
#include <interrupt/pic.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <string_utils.h>
|
#include <string_utils.h>
|
||||||
#include <serial.h>
|
#include <serial.h>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#include <pit.h>
|
#include <interrupt/pit.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <string_utils.h>
|
#include <string_utils.h>
|
||||||
#include <pic.h>
|
#include <interrupt/pic.h>
|
||||||
#include <serial.h>
|
#include <serial.h>
|
||||||
|
|
||||||
static inline void outb(UINT16 port, UINT8 val) {
|
static inline void outb(UINT16 port, UINT8 val) {
|
||||||
|
|||||||
+4
-4
@@ -11,10 +11,10 @@
|
|||||||
#include <memory/heap.h>
|
#include <memory/heap.h>
|
||||||
#include <scheduler.h>
|
#include <scheduler.h>
|
||||||
#include <fs.h>
|
#include <fs.h>
|
||||||
#include <gdt.h>
|
#include <interrupt/gdt.h>
|
||||||
#include <idt.h>
|
#include <interrupt/idt.h>
|
||||||
#include <pic.h>
|
#include <interrupt/pic.h>
|
||||||
#include <pit.h>
|
#include <interrupt/pit.h>
|
||||||
|
|
||||||
extern EFI_SYSTEM_TABLE *ST;
|
extern EFI_SYSTEM_TABLE *ST;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include <scheduler.h>
|
#include <scheduler.h>
|
||||||
#include <idt.h>
|
#include <interrupt/idt.h>
|
||||||
#include <pic.h>
|
#include <interrupt/pic.h>
|
||||||
#include <memory/heap.h>
|
#include <memory/heap.h>
|
||||||
#include <memory/pmm.h>
|
#include <memory/pmm.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user