From 10924a7138a288f5f717404b49e01f840dcfbcf2 Mon Sep 17 00:00:00 2001 From: Vaze Date: Tue, 19 May 2026 16:47:52 +0200 Subject: Started kernel and bootloader project. Created a README --- .../proc-macro2-4a599ed645bc3058/invoked.timestamp | 1 + .../build/proc-macro2-4a599ed645bc3058/output | 23 ++++++++++++++++++++++ .../build/proc-macro2-4a599ed645bc3058/root-output | 1 + .../build/proc-macro2-4a599ed645bc3058/stderr | 0 4 files changed, 25 insertions(+) create mode 100644 bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/invoked.timestamp create mode 100644 bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/output create mode 100644 bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/root-output create mode 100644 bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/stderr (limited to 'bootloader/target/debug/build/proc-macro2-4a599ed645bc3058') diff --git a/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/invoked.timestamp b/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/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/build/proc-macro2-4a599ed645bc3058/output b/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/output new file mode 100644 index 0000000..d3d235a --- /dev/null +++ b/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/output @@ -0,0 +1,23 @@ +cargo:rustc-check-cfg=cfg(fuzzing) +cargo:rustc-check-cfg=cfg(no_is_available) +cargo:rustc-check-cfg=cfg(no_literal_byte_character) +cargo:rustc-check-cfg=cfg(no_literal_c_string) +cargo:rustc-check-cfg=cfg(no_source_text) +cargo:rustc-check-cfg=cfg(proc_macro_span) +cargo:rustc-check-cfg=cfg(proc_macro_span_file) +cargo:rustc-check-cfg=cfg(proc_macro_span_location) +cargo:rustc-check-cfg=cfg(procmacro2_backtrace) +cargo:rustc-check-cfg=cfg(procmacro2_build_probe) +cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) +cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) +cargo:rustc-check-cfg=cfg(randomize_layout) +cargo:rustc-check-cfg=cfg(span_locations) +cargo:rustc-check-cfg=cfg(super_unstable) +cargo:rustc-check-cfg=cfg(wrap_proc_macro) +cargo:rerun-if-changed=src/probe/proc_macro_span.rs +cargo:rustc-cfg=wrap_proc_macro +cargo:rerun-if-changed=src/probe/proc_macro_span_location.rs +cargo:rustc-cfg=proc_macro_span_location +cargo:rerun-if-changed=src/probe/proc_macro_span_file.rs +cargo:rustc-cfg=proc_macro_span_file +cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP diff --git a/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/root-output b/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/root-output new file mode 100644 index 0000000..98ee194 --- /dev/null +++ b/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/root-output @@ -0,0 +1 @@ +/home/gvr/Projects/zenOS/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/out \ No newline at end of file diff --git a/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/stderr b/bootloader/target/debug/build/proc-macro2-4a599ed645bc3058/stderr new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3