Skip to content

fix: remove per-block-read debug dot from MMIO block driver#208

Merged
ryanbreen merged 1 commit intomainfrom
feat/audio-bell-and-fixes
Feb 13, 2026
Merged

fix: remove per-block-read debug dot from MMIO block driver#208
ryanbreen merged 1 commit intomainfrom
feat/audio-bell-and-fixes

Conversation

@ryanbreen
Copy link
Owner

Summary

  • Remove raw_char(b'.') from block read completion in block_mmio.rs that was printing a dot to UART for every sector read, flooding serial output with thousands of dots during boot

Test plan

  • ARM64 kernel builds clean (zero warnings, zero errors)
  • Verified dot output is gone from boot log

🤖 Generated with Claude Code

The block read completion path was printing a '.' to UART for every
sector read, flooding serial output with thousands of dots during boot
as binaries were loaded from the ext2 filesystem.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ryanbreen ryanbreen merged commit 3f68859 into main Feb 13, 2026
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.

1 participant