मुझे पता है कि यह लिनक्स प्रोग्राम पैच के लिए है, लेकिन अगर मैं इसका उपयोग करने की कोशिश करता हूं, तो मुझे निम्नलिखित त्रुटि मिलती है:
यूनिफ़ाइड के लिए लापता हेडर पैच की लाइन 4 में भिन्न होता है
पंक्ति 5 पर विकृत पैच: छोड़ दिया
इसके बजाय, मैं सिर्फ बिचौलिया को काटकर हाथ से संपादित करना चाहूंगा, लेकिन मुझे नहीं पता कि किसी भी प्रतीक का क्या मतलब है।
a/com.ibm.celldt.simulator.profile.default_3.1.0.200809010950/simulator_init.tcl
+ b/com.ibm.celldt.simulator.profile.default_3.1.0.200809010950/simulator_init.tcl
@@ -701,9 +701,9 @@ proc CellDT_ShutdownComplete { args } {
quit
}
-mysim trigger set console "The system is going down for system halt NOW!" CellDT_ShutdownNotified
-mysim trigger set console "INIT: Switching to runlevel: 0" CellDT_ShutdownStarted
-mysim trigger set console "INIT: no more processes left in this runlevel" CellDT_ShutdownComplete
+mysim trigger set console "init: rcS main" CellDT_ShutdownNotified
+mysim trigger set console "Sending all processes the TERM signal" CellDT_ShutdownStarted
+mysim trigger set console "md: stopping all md devices." CellDT_ShutdownComplete
proc writeConsole { t } {
mysim console create console_id in string $t
@@ -740,8 +740,8 @@ proc CellDT_BootNearlyReady { args } {
}
mysim trigger set console "Starting Linux" CellDT_BootedBios
-mysim trigger set console "Welcome to Fedora Core" CellDT_BootedLinux
-mysim trigger set console "INIT: Entering runlevel: 2" CellDT_BootNearlyReady
+mysim trigger set console "Welcome to Fedora" CellDT_BootedLinux
+mysim trigger set console "Starting login process" CellDT_BootNearlyReady
# # CONFIGURATION:
---
और "नई फ़ाइल" (बी / कॉम ...) के साथ+++
मार्करों। (ऊपर दिए गए लिंक के माध्यम से एक उदाहरण देखें।)