[][src]Module kernel::start

RISC-V hart boot and initialize

Statics

MAY_BOOT

Controls whether other harts may start boot procedure

Functions

kinit

Initialize kernel page table and drivers in machine mode, and prepare to switch to supervisor mode

kmain

Initialize hart, start first process and begin scheduling