LINUX.ORG.RU

i8253 count too high! resetting..


0

0

Иногда всплывает такое сообщение в slackware под VirtualPC:
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
i8253 count too high! resetting..
и т.д.
Постепенно появляются.
Что это может быть?

подозреваю, следует обращаться в службу поддержки корпорации Майкрософт©, потому что это похоже на глубокоинтимные затруднения внутри VirtualPC.

dmiceman ★★★★★
()

причина сдесь arch/i386/kernel/time.c


/* Any unpaired read will cause the above to swap MSB/LSB
forever. Try to detect this and reset the counter.

This happens very occasionally with buggy SMM bios
code at least */

if (count > LATCH) {
printk(KERN_WARNING
"i8253 count too high! resetting..\n");
outb_p(0x34, 0x43);
outb_p(LATCH & 0xff, 0x40);
outb(LATCH >> 8, 0x40);
count = LATCH - 1;
}

чета со свапом

Windows-user
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.