Skip to content

Commit daa24aa

Browse files
authored
Update command_processor.c
1 parent ec74ab9 commit daa24aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sources/system/command_processor.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ static void execute_command(const char* input) {
776776
terminal_set_color(14, 0);
777777
terminal_write_string("Kernel Information:\n");
778778
terminal_set_color(7, 0);
779-
terminal_write_string(" Kernel Version: Apollo v1.0\n");
779+
terminal_write_string(" Kernel Version: Apollo v1.1.2\n");
780780
terminal_write_string(" Architecture: x86_64\n");
781781
terminal_write_string(" Build Date: " __DATE__ " " __TIME__ "\n");
782782
terminal_write_string(" Compiler: GCC " __VERSION__ "\n\n");
@@ -979,7 +979,7 @@ static void execute_command(const char* input) {
979979
terminal_write_string("Username: ");
980980
terminal_write_string(shell.current_user);
981981
terminal_write_string("\n");
982-
terminal_write_string("Shell: Apollo Shell v1.0\n");
982+
terminal_write_string("Shell: Apollo Shell v1.1.2\n");
983983
terminal_write_string("Session ID: ");
984984
terminal_write_uint(shell.session_id);
985985
terminal_write_string("\n");
@@ -1235,4 +1235,5 @@ void command_processor_handle_input(uint8_t scan_code) {
12351235
}
12361236
}
12371237
}
1238-
}
1238+
1239+
}

0 commit comments

Comments
 (0)