Remove unused start() args

This commit is contained in:
2025-03-02 10:06:10 -08:00
parent e3bdce6065
commit 1db789889c
3 changed files with 2 additions and 41 deletions
+1 -7
View File
@@ -123,13 +123,7 @@ extern "x86-interrupt" fn double_fault_handler(
}
#[no_mangle]
pub unsafe extern "C" fn start(
_boot_disk: usize,
thunk10: extern "C" fn(),
_thunk13: extern "C" fn(),
_thunk15: extern "C" fn(),
_thunk16: extern "C" fn(),
) -> ! {
pub unsafe extern "C" fn start(thunk10: extern "C" fn()) -> ! {
println!("Entered Rust, serial ready.");
{