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. --- .../query-cache.bin | Bin 0 -> 23426 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 kernel/target/x86_64-unknown-none/debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw-eklkqjlrcpaqtm92ua5mhfa6h/query-cache.bin (limited to 'kernel/target/x86_64-unknown-none/debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw-eklkqjlrcpaqtm92ua5mhfa6h/query-cache.bin') diff --git a/kernel/target/x86_64-unknown-none/debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw-eklkqjlrcpaqtm92ua5mhfa6h/query-cache.bin b/kernel/target/x86_64-unknown-none/debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw-eklkqjlrcpaqtm92ua5mhfa6h/query-cache.bin new file mode 100644 index 0000000..c5e0a06 Binary files /dev/null and b/kernel/target/x86_64-unknown-none/debug/incremental/kernel-23g71fcw9oqtj/s-hiqlbqrp0z-06n4xkw-eklkqjlrcpaqtm92ua5mhfa6h/query-cache.bin differ -- cgit v1.2.3