Skip to content

Commit 531191d

Browse files
authored
Merge pull request #1386 from hermit-os/main-info
feat: log jumping into application
2 parents d78e94b + cb8f1e7 commit 531191d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ extern "C" fn initd(_arg: usize) {
158158
// give the IP thread time to initialize the network interface
159159
core_scheduler().reschedule();
160160

161+
info!("Jumping into application");
162+
161163
#[cfg(not(test))]
162164
unsafe {
163165
// And finally start the application.

0 commit comments

Comments
 (0)