Kernel updated to 0.7.7.0

git-svn-id: svn://kolibrios.org@1319 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2009-12-13 17:54:05 +00:00
parent 0e0b5fb665
commit 093bafd53e

View File

@ -119,7 +119,7 @@ use16
org 0x0 org 0x0
jmp start_of_code jmp start_of_code
version db 'Kolibri OS version 0.7.5.0 ',13,10,13,10,0 version db 'Kolibri OS version 0.7.7.0 ',13,10,13,10,0
include "boot/bootstr.inc" ; language-independent boot messages include "boot/bootstr.inc" ; language-independent boot messages
include "boot/preboot.inc" include "boot/preboot.inc"
@ -2297,7 +2297,7 @@ endg
iglobal iglobal
version_inf: version_inf:
db 0,7,5,0 ; version 0.7.5.0 db 0,7,7,0 ; version 0.7.7.0
db UID_KOLIBRI db UID_KOLIBRI
dd __REV__ dd __REV__
version_end: version_end: