Skip to main content

init

Function init 

Source
pub unsafe fn init(boot_info: &BootInfo)
Expand description

Initialize x86_64 specific stuff

ยงSafety

The caller must ensure the following:

  • This function is called exactly once
  • No SMP/threading is currently active
  • No jump to userspace has been made yet