Skip to content

Fix AROS title memory and clock formatting#138

Merged
midwan merged 6 commits into
masterfrom
issue-128-aros-title-memory
May 16, 2026
Merged

Fix AROS title memory and clock formatting#138
midwan merged 6 commits into
masterfrom
issue-128-aros-title-memory

Conversation

@midwan

@midwan midwan commented May 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • report AROS title-bar "other mem" from the fast/system memory pool first
  • keep the old MEMF_ANY - graphics calculation as a fallback for targets that do not report fast memory
  • use 64-bit formatting for custom title memory values and percentages

Notes

This addresses the AROS x86_64 memory reporting part of #128. The clock/date part appears to be covered by the recent clock-format work, but still needs reporter confirmation on a fresh master build.

Validation

  • git diff --check
  • PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s source/Program/tests
  • PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s source/Modules/configopus/tests
  • podman run --rm -v /home/midwan/Github/dopus5:/work midwan/aros-compiler:x86_64-aros make -C /work/source x86_64-aros program
  • podman run --rm -v /home/midwan/Github/dopus5:/work sacredbanana/amiga-compiler:m68k-amigaos make -C /work/source os3 program

@midwan
midwan marked this pull request as ready for review May 16, 2026 09:05
@midwan midwan changed the title Fix AROS title memory reporting Fix AROS title memory and clock formatting May 16, 2026
@midwan
midwan merged commit e01685f into master May 16, 2026
16 checks passed
@midwan
midwan deleted the issue-128-aros-title-memory branch May 16, 2026 15:05
@midwan midwan linked an issue May 16, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AROS 64bit - Dopus Title Bar

1 participant