File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments