Skip to content

Commit a8988ad

Browse files
committed
Fix update number
1 parent 0ffd50c commit a8988ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EvaOS-16/VioletKernel.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ compare_strings:
178178
ret
179179

180180
prompt db 'DISK_A:/>', 0
181-
header_msg db 'Eva-OS VioletKernel - version 0.004.440. RUNNING IN 16-BITS MODE!', 0
181+
header_msg db 'Eva-OS VioletKernel - version 0.006.443. RUNNING IN 16-BITS MODE!', 0
182182

183183
unknown_cmd_msg db "Unknown command", 0
184184
help_msg db "Commands: help, ls, mkdir, rmdir, send, clear, restart, regstat", 0

0 commit comments

Comments
 (0)