Dear Mr. Maydell,.
Na piatok, 14. septembra 2018 16:35:13 CEST Peter Maydell napísali:
> On 14 September 2018 at 10:10, Peter Fodrek ml wrote:
> >
> > We need to run DOS based CAD/CAM program via disk image as system in
> > Windows7 or more recent
> >
> > I works but it is too slow for large
I am not sure it would make any sense.
While dumping the memory can make sense for investigations,
restoring just it doesn't work without a complete machine status (like
registers).
In that case, restoring a snapshot is the right approach, IMHO.
Il giorno mar 18 set 2018 alle ore 03:31 Vincent Lee
Hi all,
In the monitor, there is a `pmemsave` command to take a memory dump into a
file.
Is there anything that does the opposite, taking a binary file and loading
it into physical memory at a given address?
I'm doing some instrumentation on a VM and it would be convenient to
restore a specific
Hi Peter,
thanks a lot for your answer and the link.
I was so convinced that this would be a FreeDOS issue that it didn´t
even occur to me to look it up in the qemu-documentation.
Well, personally I don´t bother about the ping-command either. It´s just
that I always want to be able to
explain to
On 17 September 2018 at 16:34, Christian wrote:
> In the beginning I thought it didn´t work because the ping-command kept
> failing.
> But I could get the "Links"-browser to work. So I could verify the
> correct functioning of the internet-connection.
> Why the ping-command didn´t work is surely a
Hi Peter and Donald,
thanks a lot for your input.
I did what you suggested and typed "qemu-system-i386 drivec.img -net
nic,model=help" into the terminal.
That gave me as valid options:
"qemu: Supported NIC models:
ne2k_pci,i82551,i82557b,i82559er,rtl8139,e1000,pcnet,virtio".
I tried them all
On 17/9/18 9:43 pm, Thomas Huth wrote:
> On 2018-09-17 13:26, Brendan Simon (eTRIX) wrote:
>> I've been trying to use the following GNU MCU Eclipse QEMU releases to
>> do unit tests for ARM Cortex binaries.
>>
>> https://gnu-mcu-eclipse.github.io/qemu/
>> https://gnu-mcu-eclipse.github.io/qemu/rel
On 2018-09-17 13:26, Brendan Simon (eTRIX) wrote:
> I've been trying to use the following GNU MCU Eclipse QEMU releases to
> do unit tests for ARM Cortex binaries.
>
> https://gnu-mcu-eclipse.github.io/qemu/
> https://gnu-mcu-eclipse.github.io/qemu/releases/
>
> I compiled the very simple semi-ho
I've been trying to use the following GNU MCU Eclipse QEMU releases to
do unit tests for ARM Cortex binaries.
https://gnu-mcu-eclipse.github.io/qemu/
https://gnu-mcu-eclipse.github.io/qemu/releases/
I compiled the very simple semi-hosting hello world sample in the gcc
arm installation (from ARM d