nova-master / CPU-info

UEFI program to fetch CPU info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UEFI CPU Version Info

This simple UEFI application retrieves and prints CPU version information using the CPUID instruction. It provides details such as Stepping ID, Model, Family ID, Processor Type, Extended Model ID, and Extended Family ID.

Table of Contents

Introduction

This UEFI application utilizes the CPUID instruction to fetch and display CPU version information. It is intended as a basic example for UEFI development.

Prerequisites

Before building and running this application, make sure you have the necessary UEFI development environment(EDK2) set up.

Usage

Simply compile the application and load it onto a UEFI-compatible system. When executed, it will print CPU version information to the console.

Building

To build the application, use the following steps:

  1. Set up your UEFI development environment(EDK2).
  2. Place this source code in the appropriate directory.
  3. Use the provided build tools to compile the application.

About

UEFI program to fetch CPU info


Languages

Language:C 100.0%