mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
On FreeBSD, printing the version is centralized, so no need to repeat
it here. I think that gonzo@ has also made this change to p4.
This commit is contained in:
parent
93e34865fa
commit
55a98c0d2e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185471
@ -168,8 +168,6 @@ cpu_startup(void *dummy)
|
||||
/*
|
||||
* Good {morning,afternoon,evening,night}.
|
||||
*/
|
||||
printf("%s", version);
|
||||
|
||||
printf("real memory = %lu (%luK bytes)\n", ptoa(Maxmem),
|
||||
ptoa(Maxmem) / 1024);
|
||||
realmem = Maxmem;
|
||||
|
Loading…
Reference in New Issue
Block a user