From 2bae90f797344764aeeeeb5f26af7409c8576684 Mon Sep 17 00:00:00 2001 From: boreddevnl Date: Sun, 10 May 2026 17:29:34 +0200 Subject: [PATCH] doc: adjust usage.md for updated Makefile --- docs/build/usage.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/build/usage.md b/docs/build/usage.md index f23e014..a81e90a 100644 --- a/docs/build/usage.md +++ b/docs/build/usage.md @@ -33,23 +33,14 @@ To run BoredOS successfully (either in emulation or on bare metal), your target To test the generated ISO quickly without real hardware, use the QEMU emulator: -For MacOS: ```sh -make run-mac +make run ``` -For Linux: -```sh -make run-linux -``` -For Windows: -```sh -make run-windows -``` -This command invokes QEMU with specific arguments: + +This command automatically detects your operating system and invokes QEMU with specific arguments: - `-m 4G`: Allocates 4 Gigabytes of RAM. - `-cdrom boredos.iso`: Mounts the built OS image as a CD-ROM. - `-smp 4`: Enables 4 CPU cores. -- `-drive file=disk.img...`: Attaches a raw disk image included in this release of BoredOS. ## Running on Bare Metal