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. --- kernel/target/CACHEDIR.TAG | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 kernel/target/CACHEDIR.TAG (limited to 'kernel/target/CACHEDIR.TAG') diff --git a/kernel/target/CACHEDIR.TAG b/kernel/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/kernel/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by cargo. +# For information about cache directory tags see https://bford.info/cachedir/ -- cgit v1.2.3