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 ``` +----