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) {
776
776
terminal_set_color (14 , 0 );
777
777
terminal_write_string ("Kernel Information:\n" );
778
778
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" );
780
780
terminal_write_string (" Architecture: x86_64\n" );
781
781
terminal_write_string (" Build Date: " __DATE__ " " __TIME__ "\n" );
782
782
terminal_write_string (" Compiler: GCC " __VERSION__ "\n\n" );
@@ -979,7 +979,7 @@ static void execute_command(const char* input) {
979
979
terminal_write_string ("Username: " );
980
980
terminal_write_string (shell .current_user );
981
981
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" );
983
983
terminal_write_string ("Session ID: " );
984
984
terminal_write_uint (shell .session_id );
985
985
terminal_write_string ("\n" );
@@ -1235,4 +1235,5 @@ void command_processor_handle_input(uint8_t scan_code) {
1235
1235
}
1236
1236
}
1237
1237
}
1238
- }
1238
+
1239
+ }
You can’t perform that action at this time.
0 commit comments