diff options
| author | Vaze <vaze@vaze.dev> | 2026-05-21 19:08:11 +0200 |
|---|---|---|
| committer | Vaze <vaze@vaze.dev> | 2026-05-21 19:08:11 +0200 |
| commit | 83e4e3051395c6dcf20ef05682b247f9da479502 (patch) | |
| tree | a8430dffad7314d3f186149b7ec265dd8dbf9567 /kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel | |
| parent | 4d39a0553ecd639cd94aa3dbe7a8744893ffd3ae (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/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel')
| -rw-r--r-- | kernel/target/debug/.fingerprint/kernel-24c787d65bee40ac/output-bin-kernel | 2 |
1 files changed, 2 insertions, 0 deletions
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"} |
