[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] [PATCH] Crash during serial debugging



Am 01.12.2010, 12:00 Uhr, schrieb David Gálvez <dgalvez75@gmail.com>:

Description:

When MFP_DEBUG_DIRECT isn't defined, BIOS function "Bconout( )" is
called to output debug messages. During initialization until all
interrupts vectors and new trap routines are initialized this function
is used through a normal trap, and later trough a trap wrapper. The
flag "intr_done" is activated to mark this point. During the boot
process the macro DEBUG is used after interrupts initialization and
before the flag is activated, this makes the kernel crash when using
serial debugging with "Bconout( )".

I've committed it. But don't rely on me always doing this. BTW: The description is a little long ..

Some other changes unintentionally slipped through.

--
Helmut Karlowski