|
|
linux 0.01-rm2.2
/*
* This function is used through-out the kernel (includeinh mm and fs)
* to indicate a major problem.
*/
#include <linux/kernel.h>
void panic(const char * s)
{
printk("Kernel panic: %s\n\r",s);
for(;;);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.