common/q*: add Korean translation; qemu: add missing placeholders (#14514)

* common/q*: add Korean translation

* qemu: update command
This commit is contained in:
코드싸이
2024-11-02 10:48:10 +09:00
committed by GitHub
parent 0f04cd4384
commit a83a44e346
21 changed files with 479 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
- Specify amount of RAM for instance:
`qemu-system-i386 -m 256 -hda image_name.img -cdrom os-image.iso -boot d`
`qemu-system-i386 -m 256 -hda {{image_name.img}} -cdrom {{os-image.iso}} -boot d`
- Boot from physical device (e.g. from USB to test bootable medium):