From 8ac538cc0e16ce47d8510990449939b45a1ea38e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Tue, 13 Mar 2007 20:41:27 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20ajout=20d'une=20structure=20d=C3=A9criv?= =?UTF-8?q?ant=20les=20processeurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/cpu.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 include/cpu.h diff --git a/include/cpu.h b/include/cpu.h new file mode 100644 index 0000000..e2dbe43 --- /dev/null +++ b/include/cpu.h @@ -0,0 +1,20 @@ +struc cpu +vendor db 13 dup(0) ;Chaine 0 du fabriquant +names db 32 dup(0) +stepping db 0 +models db 0 +family db 0 +types db 0 +emodels db 0 +efamily db 0 +mmx db 0 +mmx2 db 0 +sse db 0 +sse2 db 0 +sse3 db 0 +fpu db 0 +now3d db 0 +now3d2 db 0 +htt db 0 +apic db 0 +ends cpu