Remove the deprecated bootstrap_entry field from KernelArgs

This commit is contained in:
bjorn3
2024-03-15 10:59:58 +01:00
parent 502016815d
commit 08bb2537b5
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -48,8 +48,6 @@ pub struct KernelArgs {
bootstrap_base: usize,
/// Size of contiguous bootstrap/initfs physical region, not necessarily page aligned.
bootstrap_size: usize,
/// Entry point the kernel will jump to. (deprecated)
_bootstrap_entry: usize,
}
/// The entry to Rust, all things must be initialized
-2
View File
@@ -60,8 +60,6 @@ pub struct KernelArgs {
bootstrap_base: u64,
/// Size of contiguous bootstrap/initfs physical region, not necessarily page aligned.
bootstrap_size: u64,
/// Entry point the kernel will jump to. (deprecated)
_bootstrap_entry: u64,
}
/// The entry to Rust, all things must be initialized
-2
View File
@@ -60,8 +60,6 @@ pub struct KernelArgs {
bootstrap_base: u64,
/// Size of contiguous bootstrap/initfs physical region, not necessarily page aligned.
bootstrap_size: u64,
/// Entry point the kernel will jump to. (deprecated)
_bootstrap_entry: u64,
}
/// The entry to Rust, all things must be initialized