@_arti, post #1
@Lokaty, post #3
@_arti, post #4
Po załadowaniu systemu zaś, zostaje już tylko 3.4Mb ciągłego bloku, choć In-use jest tylko 2. Filesytem, jaki mam na karcie CF, to FFS z 3.1 i PFS3-68000.
@strim_, post #6
No. Exec allocates supervisor/interrupt stack from end of highest priority memory that is available early enough (slow ram, any autoconfig ram, any supported mainboard ram. "unfortunately" autoconfig fast ram has higher priority than slow ram) and it can't be relocated after allocation.
Two solutions:
- Simple rom hack that makes "slow ram" (which isn't slow on aca620) higher priority than autoconfig fast ram. End of 2M region becomes unused (most likely whole region becomes unused) at boot which would allow merging.
- some way to disable autoconfig and add whole 4M ram manually after boot.
@11111olo, post #10
Simple rom hack that makes "slow ram" (which isn't slow on aca620) higher priority than autoconfig fast ram
@11111olo, post #12
@_arti, post #19
@bogumil, post #20