diff options
| author | Vaze <vaze@vaze.dev> | 2026-05-24 11:12:58 +0200 |
|---|---|---|
| committer | Vaze <vaze@vaze.dev> | 2026-05-24 11:12:58 +0200 |
| commit | 00552fcd03f86bffed8c2f6a9d110981cb869489 (patch) | |
| tree | 9ec457e586317584a9c422cae06e6f83f1266fa2 /bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader | |
| parent | 83e4e3051395c6dcf20ef05682b247f9da479502 (diff) | |
Added functionality to bootloader so it can now read the kernel file to memory.
Diffstat (limited to 'bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader')
| -rw-r--r-- | bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader | 2 |
1 files changed, 2 insertions, 0 deletions
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"} |
