Fix autobuild text on the blue boot screen

This commit is contained in:
2024-06-03 04:03:51 +01:00
parent 412e42a342
commit b6a0bf7729
2 changed files with 7 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ org 0
; struct kernel_header
jmp start_of_code ; jump
db 'KolibriOS ' ; signature
db 'v0.7.7.0+ ',13,10,13,10,0 ; version
db 'v0.7.7.0 ',13,10,13,10,0 ; version
dd B32-KERNEL_BASE ; offset of the kernel's 32-bit entry point
include "boot/bootstr.inc" ; language-independent boot messages