Skip to content

Commit

Permalink
Update README.md - Better command for running VM
Browse files Browse the repository at this point in the history
  • Loading branch information
NowEwo authored Nov 18, 2024
1 parent 405162b commit f75de65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Requirements :
- `Main.floppy.img` image that you have to build

### Qemu
Simply run `qemu-system-i386 fda build/Main.floppy.img` or `sh ./ewos.sh run`
Simply run `qemu-system-i386 -drive file=build/Main.floppy.img,format=raw` or `sh ./ewos.sh run`

### VirtualBox , VMWare or others
Go to your VM settings and set the floppy image to your built image

0 comments on commit f75de65

Please sign in to comment.