We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ee7c35 + 77f3c8c commit 06381afCopy full SHA for 06381af
src/lib.rs
@@ -117,6 +117,7 @@ compile_error!("This crate only supports the x86_64 architecture.");
117
#[macro_export]
118
macro_rules! entry_point {
119
($path:path) => {
120
+ /// Kernel entry point.
121
#[export_name = "_start"]
122
pub extern "C" fn __impl_start(boot_info: &'static mut $crate::boot_info::BootInfo) -> ! {
123
// validate the signature of the program entry point
0 commit comments