Skip to content

Commit

Permalink
Merge pull request #1386 from hermit-os/main-info
Browse files Browse the repository at this point in the history
feat: log jumping into application
  • Loading branch information
mkroening authored Sep 16, 2024
2 parents d78e94b + cb8f1e7 commit 531191d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ extern "C" fn initd(_arg: usize) {
// give the IP thread time to initialize the network interface
core_scheduler().reschedule();

info!("Jumping into application");

#[cfg(not(test))]
unsafe {
// And finally start the application.
Expand Down

0 comments on commit 531191d

Please sign in to comment.