Crate arch_boot

source ·
Expand description

The boot entry of the whole kernel, which will initialize the kernel and start the first user process.

To ensure the one-way dependence on the calling relationship, the boot module is moved to the top level of the project.