forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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:
Lines 41 to 43 in 59a11ab
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
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed