From 14998fd5392880b686da94e0411c99d0d63decf3 Mon Sep 17 00:00:00 2001 From: ami-chuu Date: Tue, 31 Mar 2026 15:03:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 56b2688..f95b69c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ cd amix cargo run ``` +### Writing to a USB + +``` +dd if=target/x86_64-blog_os/debug/bootimage-blog_os.bin of=/dev/sdX && sync +``` + +Where sdX is the device name of your USB stick. + ### Testing ```