[chore] 整理include
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <gdt.h>
|
||||
#include <interrupt/gdt.h>
|
||||
#include <common.h>
|
||||
#include <string_utils.h>
|
||||
#include <serial.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <idt.h>
|
||||
#include <interrupt/idt.h>
|
||||
#include <common.h>
|
||||
#include <string_utils.h>
|
||||
#include <pic.h>
|
||||
#include <interrupt/pic.h>
|
||||
#include <serial.h>
|
||||
|
||||
// isr.S 中定义的 256 个 ISR 桩函数
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <pic.h>
|
||||
#include <interrupt/pic.h>
|
||||
#include <common.h>
|
||||
#include <string_utils.h>
|
||||
#include <serial.h>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <pit.h>
|
||||
#include <interrupt/pit.h>
|
||||
#include <common.h>
|
||||
#include <string_utils.h>
|
||||
#include <pic.h>
|
||||
#include <interrupt/pic.h>
|
||||
#include <serial.h>
|
||||
|
||||
static inline void outb(UINT16 port, UINT8 val) {
|
||||
|
||||
Reference in New Issue
Block a user