[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] XaAES:Singletask-mode
On Tue, 27 Apr 2010 13:05:54 , "Helmut Karlowski" <helmut.karlowski@ish.de> wrote:
> > How do I set this single-task bit in an app binary ?
>
> flags -f 0x1xxxx <app>.
>
> The 'x' stay as before.
>
> It will only work in the version from 25.4. though.
>
ok I will try that one later this week.
flags -P ppascal.app
Current flags: 0x00000007.
flags -f 0x1xxxx ppascal.app
Current flags: 0x00000001 (were 0x00000007).
flags -P ppascal.app
Current flags: 0x00000001.
Is this correct ?
Peter