New tree ok

This commit is contained in:
Adrien Bourmault 2020-02-19 22:22:38 +01:00
parent 50956d2471
commit 52aa9107ea
No known key found for this signature in database
GPG Key ID: AFEE5788AEE3F4EC
1 changed files with 1 additions and 2 deletions

View File

@ -32,14 +32,13 @@
#include <ke/sched.h>
#include <sh/shell.h>
#include <io/vga.h>
#include <io/ata.h>
#include <io/keyb.h>
#include <io/cursor.h>
#include <io/acpi.h>
#include <io/pci.h>
#include <po/shtdwn.h>
#include <init/boot.h>
#include <drivers/ata.h>
//
// Entry point of the Kaleid kernel
//