chore(CPIO): changed panic text

This commit is contained in:
Karina
2026-02-01 00:28:19 +04:00
parent 02b36283a5
commit c72dbc763c
+1 -1
View File
@@ -73,7 +73,7 @@ FSVNode* FSCPIOMount(void* baseAddress, UInt64 totalSize) {
FSCPIOHeader* header = (FSCPIOHeader*)currentPointer;
if (StringCompareWithLimit(header->magic, "070701", 6) != 0) {
OSPanic("CPIO: Invalid magic detected in initramfs");
OSPanic("CPIO: Invalid magic detected in StartupVolume");
}
UInt64 nameSize = sFSCPIOHexadecimalToUInt64(header->nameLength, 8);