forked from KolibriOS/kolibrios
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:
parent
6137a14777
commit
53d7a1b52f
@ -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
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user