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/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if | Bin 0 -> 14 bytes .../.fingerprint/cfg-if-c6d826bb37e33bbd/invoked.timestamp | 1 + .../debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if | 1 + .../.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json | 1 + 4 files changed, 3 insertions(+) create mode 100644 bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if create mode 100644 bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/invoked.timestamp create mode 100644 bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if create mode 100644 bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json (limited to 'bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd') diff --git a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if new file mode 100644 index 0000000..ec3cb8b Binary files /dev/null and b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if differ diff --git a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/invoked.timestamp b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/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/cfg-if-c6d826bb37e33bbd/lib-cfg_if b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if new file mode 100644 index 0000000..5a90973 --- /dev/null +++ b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if @@ -0,0 +1 @@ +39fd2ccd58a5a8f7 \ No newline at end of file diff --git a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json new file mode 100644 index 0000000..75d6c09 --- /dev/null +++ b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json @@ -0,0 +1 @@ +{"rustc":7458672600737419911,"features":"[]","declared_features":"[\"core\", \"rustc-dep-of-std\"]","target":13840298032947503755,"profile":2241668132362809309,"path":15025832895924268030,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0} \ No newline at end of file -- cgit v1.2.3