Skip to content

Commit c5bedf5

Browse files
committed
fix(lab/2): invalid args for shutdown
1 parent 864f1e9 commit c5bedf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/labs/0x02/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ pub fn kernel_main(boot_info: &'static boot::BootInfo) -> ! {
506506
}
507507
}
508508

509-
ysos::shutdown(boot_info);
509+
ysos::shutdown();
510510
}
511511
```
512512

0 commit comments

Comments
 (0)