stos: Print version in boot banner
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <ex/trace.h>
|
||||
#include <ke/stos.h>
|
||||
#include <hal/serial.h>
|
||||
#include <stdef.h>
|
||||
|
||||
@@ -16,7 +17,7 @@
|
||||
static VOID
|
||||
BootBanner(VOID)
|
||||
{
|
||||
TRACE("Machine has been turned on~\n");
|
||||
TRACE("SystemPaw3 ~ %s\n", ST_VERSION);
|
||||
TRACE("Booting SystemPaw3 !! <3\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user