CPU Name identification

This commit is contained in:
2026-03-26 16:53:39 +01:00
parent ac788c55d3
commit 532953da4d
3 changed files with 78 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@ void wrmsr(uint32_t msr, uint64_t value);
bool x86_has_msr();
void x86_arch_init();
void x86_cpu_identification();
int cpuid_get_vendor_string(char* str);
/* Interrupt Descriptor Table */
void idt_init(void);