Skip to content

Commit 3d3db3d

Browse files
committed
Update kernel.c
1 parent a5e7876 commit 3d3db3d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/kernel.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
#include "fs/fs_types.h"
5353
#include "vfs.h"
5454
#include "drivers/vga.h"
55+
#include "arch/x86/multiboot.h"
56+
#include "cpu/apex_intc.h"
57+
#include "cpu/msgi.h"
5558

5659
extern uint32_t kernel_start;
5760
extern uint32_t kernel_end;

0 commit comments

Comments
 (0)