Browse Source

fix(bench-kernel): update logo

Signed-off-by: Woshiluo Luo <woshiluo.luo@outlook.com>
Woshiluo Luo 3 months ago
parent
commit
492528e10d
1 changed files with 7 additions and 7 deletions
  1. 7 7
      bench-kernel/src/main.rs

+ 7 - 7
bench-kernel/src/main.rs

@@ -222,17 +222,17 @@ extern "C" fn rust_main(hartid: usize, dtb_pa: usize) -> ! {
     let frequency = tree.cpus.timebase_frequency;
     info!(
         r"
- _____         _     _  __                    _
-|_   _|__  ___| |_  | |/ /___ _ __ _ __   ___| |
-  | |/ _ \/ __| __| | ' // _ \ '__| '_ \ / _ \ |
-  | |  __/\__ \ |_  | . \  __/ |  | | | |  __/ |
-  |_|\___||___/\__| |_|\_\___|_|  |_| |_|\___|_|
-================================================
+ ____                  _       _  __                    _ 
+| __ )  ___ _ __   ___| |__   | |/ /___ _ __ _ __   ___| |
+|  _ \ / _ \ '_ \ / __| '_ \  | ' // _ \ '__| '_ \ / _ \ |
+| |_) |  __/ | | | (__| | | | | . \  __/ |  | | | |  __/ |
+|____/ \___|_| |_|\___|_| |_| |_|\_\___|_|  |_| |_|\___|_|
+==========================================================
 | boot hart id          | {hartid:20} |
 | smp                   | {smp:20} |
 | timebase frequency    | {frequency:17} Hz |
 | dtb physical address  | {dtb_pa:#20x} |
-------------------------------------------------"
+----------------------------------------------------------"
     );
     unsafe {
         SMP_COUNT = smp;