@@ -8,17 +8,21 @@
|
||||
|
||||
#include <ex/trace.h>
|
||||
#include <ke/stos.h>
|
||||
#include <ke/bpal.h>
|
||||
#include <hal/serial.h>
|
||||
#include <stdef.h>
|
||||
|
||||
#define DTRACE(Fmt, ...) \
|
||||
TRACE("[ INIT ]: " Fmt, ##__VA_ARGS__)
|
||||
|
||||
/*
|
||||
* Display a boot banner
|
||||
*/
|
||||
static VOID
|
||||
BootBanner(VOID)
|
||||
{
|
||||
TRACE("SystemPaw3 ~ %s\n", ST_VERSION);
|
||||
TRACE("Booting SystemPaw3 !! <3\n");
|
||||
TRACE("-- SystemPaw3 ~ %s --\n", ST_VERSION);
|
||||
DTRACE("booting SystemPaw3 !! <3\n");
|
||||
}
|
||||
|
||||
VOID
|
||||
@@ -29,4 +33,7 @@ KiKernelEntry(VOID)
|
||||
|
||||
/* Write the boot banner */
|
||||
BootBanner();
|
||||
|
||||
/* Initialize BPAL */
|
||||
KeBpalInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user