From 75ef20c5889005758ed8c30c3279954f16529a16 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Mon, 1 Dec 2025 21:40:49 +0700 Subject: Refactoring cpuid model interaction Patch for support CPU identification feature. Model smash on two pieces: platform-independent and dependent accordingly. The first obtains architecture details from CPU by special registers or execute instruction and filling proper structure. The second piece needs for more universality to use in independent code. Currently, platform-independent part supports only x86 cpuid(0h,01h) leafs. Signed-off-by: Alexey Gavrilov --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 403b290..2a92184 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ iso/os/* # LSP configuration files .clangd compile_flags.txt +.ccls-cache -- cgit v1.2.3