From 407d34ca790ea224c79e17a5cbe33976bf02a6fc Mon Sep 17 00:00:00 2001 From: Vaze Date: Wed, 27 May 2026 13:18:52 +0200 Subject: Removed bootloader sub-project. ZenOS will focus on the kernel from now on. BOOTBOOT will be used as the only supported bootloader for now. Development of a custom bootloader might resume at a much later date. --- .../target/debug/.fingerprint/kernel-24c787d65bee40ac/invoked.timestamp | 1 - .../target/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/invoked.timestamp delete mode 100644 kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel (limited to 'kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac') diff --git a/kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/invoked.timestamp b/kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/invoked.timestamp deleted file mode 100644 index e00328d..0000000 --- a/kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel b/kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel deleted file mode 100644 index e97cae3..0000000 --- a/kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel +++ /dev/null @@ -1,2 +0,0 @@ -{"$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