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. --- .../debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw.lock | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 kernel/target/x86_64-unknown-none/debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw.lock (limited to 'kernel/target/x86_64-unknown-none/debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw.lock') diff --git a/kernel/target/x86_64-unknown-none/debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw.lock b/kernel/target/x86_64-unknown-none/debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw.lock new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3