ms-compatiability.patch

Novell uyum çalışmalarına başlar...

--- kernel/panic.c.orig 2006-11-03 17:50:18.000000000 +0200
+++ kernel/panic.c      2006-11-03 17:51:22.000000000 +0200
@@ -77,6 +77,7 @@
    va_start(args, fmt);
    vsnprintf(buf, sizeof(buf), fmt, args);
    va_end(args);
+   setBackground(0, 0, 1.0);
    printk(KERN_EMERG "Kernel panic - not syncing: %s\n",buf);
    bust_spinlocks(0);

Comments

Post a comment

Your name: Comment:
( chars. remaining.)