Skip to content

Commit 1ca2868

Browse files
authored
fix: lib.rs
1 parent d61c7ef commit 1ca2868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/0x01/pkg/kernel/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mod drivers;
1717
use boot::BootInfo;
1818
use uefi::{runtime::ResetType, Status};
1919

20-
pub fn init(_boot_info: &'static BootInfo) {
20+
pub fn init(boot_info: &'static BootInfo) {
2121
unsafe {
2222
// set uefi system table
2323
uefi::table::set_system_table(boot_info.system_table.cast().as_ptr());

0 commit comments

Comments
 (0)