Re: [Arch Linux] How to emulate Debian GNU/Hurd?
Osama Albahrani <[email protected]>
| Newsgroups | gmane.linux.debian.ports.hurd |
|---|---|
| Message-ID | <CAOF6kdE9ZM1_rdhajXzGRHE93yv3Fo1A9QeKafjr35vGa4gchA@mail.gmail.com> |
On Fri, Oct 17, 2025 at 4:34 PM Samuel Thibault <[email protected]> wrote: > Osama Albahrani, le ven. 17 oct. 2025 16:32:40 +0300, a ecrit: > > Unfortunately it doesn't seem to follow the same syntax: > > > > $ qemu-x86_64 -m 2G -drive file=$(echo debian-hurd*.img),cache=writeback > > qemu: unknown option 'm' > > You want qemu-system-x86_64 > > Samuel Thx, that worked! -Osama