From 83e4e3051395c6dcf20ef05682b247f9da479502 Mon Sep 17 00:00:00 2001 From: Vaze Date: Thu, 21 May 2026 19:08:11 +0200 Subject: 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. --- .../target/debug/.fingerprint/kernel-24c787d65bee40ac/invoked.timestamp | 1 + .../target/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/invoked.timestamp create 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 new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/invoked.timestamp @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..e97cae3 --- /dev/null +++ b/kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel @@ -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"} -- cgit v1.2.3