Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ compile_error!("This crate only supports the x86_64 architecture.");
#[macro_export]
macro_rules! entry_point {
($path:path) => {
/// Kernel entry point.
#[export_name = "_start"]
pub extern "C" fn __impl_start(boot_info: &'static mut $crate::boot_info::BootInfo) -> ! {
// validate the signature of the program entry point
Expand Down