From df2c51f5b9a09d8f7feb54fabf9cde9f375bb752 Mon Sep 17 00:00:00 2001 From: nishi Date: Sat, 8 Jul 2023 09:53:56 +0000 Subject: Made a branch/0.x.x and tags/0.0.1, following the Subversion habit. git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@11 a8a8aea2-181d-ee11-89e8-15fd0e089fc4 --- sys/kern/init_main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys') diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index f4db156..6fbc48c 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -50,6 +50,9 @@ main(void) syslog_init(); PRINT_LOGO(); + kprintf("Vega/" VEGA_ARCH " " VEGA_VERSION ": " VEGA_BUILDDATE "\n"); + kprintf("\t" VEGA_BUILDUSER "@" VEGA_BUILDHOST ":" VEGA_BUILDDIR "\n"); + processor_init(&bsp); vm_physseg_init(); -- cgit v1.2.3