mirror of
https://git.nju.edu.cn/oslab2023/oslab.git
synced 2024-06-13 04:44:31 +08:00
9 lines
111 B
C
9 lines
111 B
C
#ifndef __X86_H__
|
|
#define __X86_H__
|
|
|
|
#include "x86/cpu.h"
|
|
#include "x86/memory.h"
|
|
#include "x86/irq.h"
|
|
|
|
#endif
|