stos: Print version in boot banner

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 01:50:10 +00:00
parent aec7ddb4a2
commit accc3ae2a0
3 changed files with 45 additions and 1 deletions
+2 -1
View File
@@ -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");
}