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

Re: [MiNT] Xaaes 0.998/0.999 and CTCPI/Radeon



Am 03.10.2010, 20:50 Uhr, schrieb Helmut Karlowski <helmut.karlowski@ish.de>:

There is an ugly hack in k_main.c. Maybe this patch helps (but it's all rough guessing):

--- src.km/k_main.c 22 Sep 2010 17:23:54 -0000  1.140.2.16
+++ src.km/k_main.c 3 Oct 2010 19:10:49 -0000
@@ -1785,7 +1782,7 @@
    {
      tty->state &= ~TS_COOKED; /* we are kernel ... */
    }
-   if (aessys_timeout == 1)
+   while (aessys_timeout == 1)
    {
      /* some regular thing todo */

@@ -1795,6 +1792,7 @@
       * with callback interface
       */
      do_widget_repeat();
+     yield();
    }

    /* execute delayed delete_window */


There is a 060-binary of my branch with this patch:

http://home.arcor.de/zabruder/system/files/xaaes060.km.gz


--
Helmut Karlowski