Moved to asm cpuid call. Support for CPU name string. Output skecth on main

This commit is contained in:
Dr-Noob
2018-03-24 23:57:49 +01:00
parent 7afefdb672
commit 97e21a64ba
7 changed files with 132 additions and 16 deletions

6
cpuid.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __CPUID__
#define __CPUID__
void cpuid(unsigned int *eax, unsigned int *ebx,unsigned int *ecx, unsigned int *edx);
#endif