Giter Club home page Giter Club logo

Comments (4)

vivier avatar vivier commented on August 24, 2024

RAM is mapped between 0 and 0x3fffffff, so the maximum is 1024 Mib,
ROM is between 0x40000000 and 0x4fffffff,
I/O starts at 0x5000000, which is 1280 MiB and explains the assertion crash.

So we may limit to 1024 MiB at QEMU level.
I don't know why we can't use the last 24 MiB, but I suspect a problem in the kernel.

from qemu-m68k.

vivier avatar vivier commented on August 24, 2024

We have an hint in the kernel logs:

ABCFGHIJK
Linux version 5.4.0-rc4-mac-17620-g8d7828aa2b90 (laurent@quad) (gcc version 9.2.1 20190827 (Red Hat Cross 9.2.1-1) (GCC)) #31 Fri Oct 25 18:35:50 CEST 2019
Saving 128 bytes of bootinfo
Detected Macintosh model: 35
Apple Macintosh Quadra 800
Built 1 zonelists, mobility grouping on.  Total pages: 259840

259840 * 4 kiB / 1 MiB = 1015 MiB

from qemu-m68k.

glaubitz avatar glaubitz commented on August 24, 2024

@vivier I think we can close this issue now as this is a hardware limitation, nothing that qemu can change if it emulates a Quadra 800. And since we have the new m68k-virt machine that allows up to 3.2 GB of RAM, the RAM size limitation no longer exists in qemu-m68k.

from qemu-m68k.

vivier avatar vivier commented on August 24, 2024

@vivier I think we can close this issue now as this is a hardware limitation, nothing that qemu can change if it emulates a Quadra 800. And since we have the new m68k-virt machine that allows up to 3.2 GB of RAM, the RAM size limitation no longer exists in qemu-m68k.

Yes, and moreover I think the bug is in the kernel

from qemu-m68k.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.