proc: remove the loop in kinit()
This commit is contained in:
parent
c4e8697042
commit
12e3e2fe28
@ -24,8 +24,6 @@ fn setup_root() -> Result<VnodeRef, Error> {
|
||||
/// This function is meant to be used as a kernel-space process after all the platform-specific
|
||||
/// initialization has finished.
|
||||
pub fn kinit() {
|
||||
loop {}
|
||||
|
||||
infoln!("In main");
|
||||
|
||||
#[cfg(feature = "fb_console")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user