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

Re: [MiNT] Ctrl+Alt+Q deactivated



Jo Even Skarstein wrote:

> From: Helmut Karlowski <helmut.karlowski@ish.de>
> Sent: Thursday, September 23, 2010 10:08 AM
> To: <mint@lists.fishpool.fi>
> Cc: <helmut.karlowski@ish.de>
> Subject: Re: [MiNT] Ctrl+Alt+Q deactivated
>
> >> I found a problem with this when I shut down the Milan last night. The
> >> alert
> >> is displayed even when shutdown is done by an external shutdown-program.
> >
> > What does SDMASTER? Does it send some message back to XaAES?
>
> I haven't checked the sources, but I'm quite sure it issues a shutdown using
> shel_write(). So yes, it asks XaAES to perform a shutdown.

So the shutdown should be performed without alert when issued from an extern app.

But how can kernel_key be accessed by shel_write? And then it should end
up testing for SDMASTER again.

First check if control enters this code again.

How is ALERT_SHUTDOWN set? Should be 0.

-Helmut