8000 Accurately model RAM and ROM configurations · Issue #72 · frno7/linux · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Accurately model RAM and ROM configurations #72
Open
@frno7

Description

@frno7

The read-only memory (ROM) and random-access memory (RAM) configurations vary between different models of PlayStation 2 hardware. A single, simplified, configuration is currently used for all models:

add_memory_region(0x00000000, 0x02000000, BOOT_MEM_RAM);
add_memory_region(ROM0_BASE, ROM0_SIZE, BOOT_MEM_ROM_DATA);
add_memory_region(ROM1_BASE, ROM1_SIZE, BOOT_MEM_ROM_DATA);

See #28 (comment) for additional details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0