trunk kernel: print svn revision on the debug board

git-svn-id: svn://kolibrios.org@3454 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-04-07 11:24:02 +00:00
parent 6137a14777
commit 53d7a1b52f

View File

@ -1040,6 +1040,8 @@ if defined debug_com_base
end if end if
mov eax, [version_inf.rev]
DEBUGF 1, "K : kernel SVN r%d\n", eax
mov eax, [cpu_count] mov eax, [cpu_count]
test eax, eax test eax, eax
@ -2480,7 +2482,7 @@ iglobal
version_inf: version_inf:
db 0,7,7,0 ; version 0.7.7.0 db 0,7,7,0 ; version 0.7.7.0
db 0 db 0
dd __REV__ .rev dd __REV__
version_end: version_end:
endg endg
;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------