|
|
Subscribe / Log in / New account

QEMU 1.0 released

QEMU 1.0 released

Posted Dec 3, 2011 21:24 UTC (Sat) by vmpn (subscriber, #55435)
In reply to: QEMU 1.0 released by nix
Parent article: QEMU 1.0 released

When I tried emulating ARM system where the code resides @ 0x40000000 qemu 0.14 (I think) ended up with all zeros instead of the code. If I moved the code base to an earlier address it worked fine but did not reflect true device it was emulating


to post comments

QEMU 1.0 released

Posted Dec 4, 2011 8:59 UTC (Sun) by bradh (guest, #2274) [Link]

Thats a bug in the emulation (i.e. you're not properly emulating the real hardware, or your real hardware doesn't support it).

On many ARM boards, there really is hardware limits on how large memory can be, so the emulated hardware will break just as the real hardware would.

Short version: don't -m 1024 and assume it works.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds