summaryrefslogtreecommitdiff
path: root/kernel/target/.rustc_info.json
diff options
context:
space:
mode:
authorVaze <vaze@vaze.dev>2026-05-21 19:08:11 +0200
committerVaze <vaze@vaze.dev>2026-05-21 19:08:11 +0200
commit83e4e3051395c6dcf20ef05682b247f9da479502 (patch)
treea8430dffad7314d3f186149b7ec265dd8dbf9567 /kernel/target/.rustc_info.json
parent4d39a0553ecd639cd94aa3dbe7a8744893ffd3ae (diff)
The kernel should now write the string Hello, World! into a vga-compatible text buffer located at 0xb8000. Now I need to write the bootloader to launch the kernel and ensure this text buffer exists.
Diffstat (limited to 'kernel/target/.rustc_info.json')
-rw-r--r--kernel/target/.rustc_info.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/target/.rustc_info.json b/kernel/target/.rustc_info.json
new file mode 100644
index 0000000..567c701
--- /dev/null
+++ b/kernel/target/.rustc_info.json
@@ -0,0 +1 @@
+{"rustc_fingerprint":12635292307694431751,"outputs":{"6326266571342547659":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.a\n/home/gvr/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\n___\ndebug_assertions\npanic=\"abort\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_feature=\"fxsr\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"none\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\n","stderr":"warning: dropping unsupported crate type `dylib` for target `x86_64-unknown-none`\n\nwarning: dropping unsupported crate type `cdylib` for target `x86_64-unknown-none`\n\nwarning: dropping unsupported crate type `proc-macro` for target `x86_64-unknown-none`\n\nwarning: 3 warnings emitted\n\n"},"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/gvr/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.95.0 (59807616e 2026-04-14)\nbinary: rustc\ncommit-hash: 59807616e1fa2540724bfbac14d7976d7e4a3860\ncommit-date: 2026-04-14\nhost: x86_64-unknown-linux-gnu\nrelease: 1.95.0\nLLVM version: 22.1.2\n","stderr":""}},"successes":{}} \ No newline at end of file