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