Skip to content

Commit

Permalink
boot logo
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyukai0403 committed Jan 25, 2025
1 parent dc6c5d0 commit 23dd94c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kernel/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ extern "C" fn kmain() -> ! {
let hhdm_response = HHDM_REQUEST.get_response().unwrap();
init_mm(&hhdm_response);
init_terminal();
println!("[INFO] Loading DoglinkOS GNU/MicroFish...");
// println!("[INFO] Loading DoglinkOS GNU/MicroFish...");
println!(r" ____ _ _ _ ___ ____ ____ _
| _ \ ___ __ _ | | (_) _ __ | | __ / _ \ / ___| |___ \ _ __ __| |
| | | | / _ \ / _` | | | | | | '_ \ | |/ / | | | | \___ \ _____ __) | | '_ \ / _` |
| |_| | | (_) | | (_| | | | | | | | | | | < | |_| | ___) | |_____| / __/ | | | | | (_| |
|____/ \___/ \__, | |_| |_| |_| |_| |_|\_\ \___/ |____/ |_____| |_| |_| \__,_|
|___/");
init_interrupt();
init_lapic();
let rsdp_response = RSDP_REQUEST.get_response().unwrap();
Expand Down

0 comments on commit 23dd94c

Please sign in to comment.