From 00552fcd03f86bffed8c2f6a9d110981cb869489 Mon Sep 17 00:00:00 2001 From: Vaze Date: Sun, 24 May 2026 11:12:58 +0200 Subject: Added functionality to bootloader so it can now read the kernel file to memory. --- .../.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader (limited to 'bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader') diff --git a/bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader b/bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader new file mode 100644 index 0000000..e97cae3 --- /dev/null +++ b/bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader @@ -0,0 +1,2 @@ +{"$message_type":"diagnostic","message":"unwinding panics are not supported without std","code":null,"level":"error","spans":[],"children":[{"message":"using nightly cargo, use -Zbuild-std with panic=\"abort\" to avoid unwinding","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"since the core library is usually precompiled with panic=\"unwind\", rebuilding your crate with panic=\"abort\" may not be enough to fix the problem","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: unwinding panics are not supported without std\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: using nightly cargo, use -Zbuild-std with panic=\"abort\" to avoid unwinding\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: since the core library is usually precompiled with panic=\"unwind\", rebuilding your crate with panic=\"abort\" may not be enough to fix the problem\n\n"} +{"$message_type":"diagnostic","message":"aborting due to 1 previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: aborting due to 1 previous error\u001b[0m\n\n"} -- cgit v1.2.3