next up previous contents index
Next: 10.5.6 i16_enter_pmode: enter protected Up: (X86) Processor Identification and Previous: 10.5.4 cpu_info_min: return the

10.5.5 cpu_info_dump: pretty-print a CPU information structure to the console

 

SYNOPSIS

#include <oskit/x86/cpuid.h>

void cpu_info_dump(struct cpu_info *info);

DESCRIPTION

This function is merely a convenient front-end to cpu_info_format; it simply formats the CPU information and outputs it to the console using printf.



University of Utah Flux Research Group