We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04c47db + 80b687d commit 8c012c6Copy full SHA for 8c012c6
src/arch/x86_64/kernel/mod.rs
@@ -109,12 +109,12 @@ pub fn boot_processor_init() {
109
crate::mm::print_information();
110
CoreLocal::get().add_irq_counter();
111
env::init();
112
- crate::logging::KERNEL_LOGGER.set_time(true);
113
gdt::add_current_core();
114
interrupts::load_idt();
115
pic::init();
116
117
processor::detect_frequency();
+ crate::logging::KERNEL_LOGGER.set_time(true);
118
processor::print_information();
119
debug!("Cr0 = {:?}", Cr0::read());
120
debug!("Cr4 = {:?}", Cr4::read());
0 commit comments