diff options
author | nishi <nishi@vegaa.systems> | 2023-07-08 09:53:56 +0000 |
---|---|---|
committer | nishi <nishi@vegaa.systems> | 2023-07-08 09:53:56 +0000 |
commit | df2c51f5b9a09d8f7feb54fabf9cde9f375bb752 (patch) | |
tree | 43601aab2cb2b0bc25f013d3a5d488ae66ddec2a /sys | |
parent | c7aa4d882ff6b1eb1e3c19bdfd772057817ff10c (diff) |
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
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/init_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |