Compare commits

..

1 Commits

Author SHA1 Message Date
Wolfgang Müller 33b6d646bf Makefile: Use variable for qemu
This way users can specify which backend to use without having to change
the Makefile itself.
2023-03-27 17:25:36 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ No! PonyDOS uses its own 512-byte kernel, built from scratch.
To build PonyDOS from scratch, on an environment with `nasm` and `python3`,
run `make`. `make run` runs the floppy disk image `ponydos.img` with QEMU.
By default, `qemu-system-i386` is invoked. If you want to use a different
backend, use `make QEMU=<backend> run`.
### How do I contribute?