diff options
| author | Vaze <vaze@vaze.dev> | 2026-05-19 16:47:52 +0200 |
|---|---|---|
| committer | Vaze <vaze@vaze.dev> | 2026-05-19 16:47:52 +0200 |
| commit | 10924a7138a288f5f717404b49e01f840dcfbcf2 (patch) | |
| tree | ecd35e2758eb830ea1fe820c688a67a6beb0b6e7 /bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87 | |
Started kernel and bootloader project. Created a README
Diffstat (limited to 'bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87')
| -rw-r--r-- | bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87/invoked.timestamp | 1 | ||||
| -rw-r--r-- | bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87/output-bin-bootloader | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87/invoked.timestamp b/bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started.
\ No newline at end of file diff --git a/bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87/output-bin-bootloader b/bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87/output-bin-bootloader new file mode 100644 index 0000000..e97cae3 --- /dev/null +++ b/bootloader/target/debug/.fingerprint/bootloader-7c3b4ad5a26dee87/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"} |
