Skip to content

Commit

Permalink
🔥 Удалил regstat
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAlexeyDev committed Dec 13, 2024
1 parent a9cf3c5 commit 609d88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EvaOS-16/VioletKernel.asm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ header_msg db 'Eva-OS VioletKernel - version 0.005.441', 0

unknown_cmd_msg db "Unknown command", 0

help_msg db "Commands: help, ls, mkdir, rmdir, send, clear, regstat", 0
help_msg db "Commands: help, ls, mkdir, rmdir, send, clear", 0
ls_msg db "Listing directories...", 0
mkdir_msg db "Creating directory...", 0
rmdir_msg db "Removing directory...", 0
Expand Down

0 comments on commit 609d88c

Please sign in to comment.