Emit symbol referencing start and end of all VRAM in single segment mode
Nobody has claimed this yet.
- Dominant language
- Linker Script
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently the way to reference those addresses is via the *_alloc_VRAM and *_noload_VRAM_END symbols. Having to use symbols with different middle names is a bit annoying.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the linker-script generation logic for single segment mode and the code that emits the *_alloc_VRAM and *_noload_VRAM_END symbols. Trace how VRAM boundaries are represented, then define the requested consistent start and end symbols from the issue’s intended naming. Done means single segment mode emits symbols for both ends of all VRAM while preserving the existing references.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100