3
कर्नेल सेक्शन 9 को कैसे मैनेज किया जाता है जो डॉक्यूमेंट फंक्शन्स, डेटा स्ट्रक्चर्स और हेडर को बनाते हैं?
कर्नेल स्रोतों में कार्य और डेटा संरचनाएँ होती हैं जो उदाहरण के लिए प्रलेखित हैं panic.c: /** * panic - halt the system * @fmt: The text string to print * * Display a message, then perform cleanups. * * This function never returns. */ void panic(const char *fmt, ...) …