Skip to content

A couple of m68k fixes#131

Merged
nathanchance merged 2 commits intoClangBuiltLinux:mainfrom
nathanchance:m68k-fixes
Apr 8, 2026
Merged

A couple of m68k fixes#131
nathanchance merged 2 commits intoClangBuiltLinux:mainfrom
nathanchance:m68k-fixes

Conversation

@nathanchance
Copy link
Copy Markdown
Member

In validating the recent type annotations work, I ran into two issues when testing m68k. See the individual changes for the full details.

A user might not have permission or environment to open an audio device,
resulting in:

  qemu-system-m68k: no default audio driver available

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
The default switch to 1G ends up causing panics on boot from memory
allocation issues, at least with the default mac_defconfig. Given the
real Mac machines this is modeled after had less memory than this and
QEMU only allows up to 1G, it is likely some code path is not well
tested.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
@nathanchance nathanchance merged commit 12a8223 into ClangBuiltLinux:main Apr 8, 2026
7 checks passed
@nathanchance nathanchance deleted the m68k-fixes branch April 8, 2026 22:31
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.

2 participants