From 42ea13c96bca3a853503cf052ac0eddfe1f4df9d Mon Sep 17 00:00:00 2001 From: "Alexey Teplov (" Date: Mon, 1 Dec 2008 07:16:04 +0000 Subject: [PATCH] change mov [cpu_type],0 on mov [cpu_type],eax git-svn-id: svn://kolibrios.org@942 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/init.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trunk/init.inc b/kernel/trunk/init.inc index 0a697bcdb..d59c5e3e6 100644 --- a/kernel/trunk/init.inc +++ b/kernel/trunk/init.inc @@ -239,8 +239,8 @@ proc test_cpu cpu_AMD dd ? endl - mov [cpu_type], 0 xor eax, eax + mov [cpu_type], eax mov [cpu_caps-OS_BASE], eax mov [cpu_caps+4-OS_BASE], eax