From 30c9e2980cb3f7b81dfb2b9b795a2cb23381677c Mon Sep 17 00:00:00 2001 From: manish rathaur <116822525+ItsVicky25@users.noreply.github.com> Date: Wed, 28 May 2025 14:06:22 +0530 Subject: [PATCH] added somthing. --- SETUP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SETUP.md b/SETUP.md index 35b81f1..e229652 100644 --- a/SETUP.md +++ b/SETUP.md @@ -90,3 +90,4 @@ Build the kernel cargo build --target x86_64-blog_os.json Create bootable image cargo bootimage Run on QEMU qemu-system-x86_64 -drive format=raw,file=target/x86_64-blog_os/debug/bootimage-your_project_name.bin ``` +----