From 54e3edd8bf3f79a76d559455f073e2150f22d685 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Wed, 20 Mar 2002 04:32:49 +0000 Subject: [PATCH] *** empty log message *** --- bochs/patches/patch.msr | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bochs/patches/patch.msr b/bochs/patches/patch.msr index 0f3028ddf..562280a02 100644 --- a/bochs/patches/patch.msr +++ b/bochs/patches/patch.msr @@ -9,6 +9,11 @@ Notes by Bryce: - test with BX_CPU_LEVEL<5: does it still compile? tried --enable-cpu-level=4. compiles ok +compile warning: +proc_ctrl.cc: In method `void bx_cpu_c::WRMSR(struct BxInstruction_t *)': +proc_ctrl.cc:1273: warning: left shift count >= width of type + + ----------------- I've managed to boot linux 2.2.21-pre1 with this patch, i was having problems before when it tried to enable the APIC via the MSR registers.