Files
RedBear-OS/bootstrap
Red Bear OS 0f6fe3f7ea bootstrap: add debug breadcrumbs and robust panic handler
start() now emits single-char breadcrumbs (BS:0 through BS:5) via
debug fd 1 after each major mprotect step, so serial output reveals
exactly how far execution gets before any crash.

The panic handler now attempts to open a fresh debug scheme handle
if fd 1 write fails, ensuring panic messages are visible even when
stdout was never set up successfully.
2026-07-11 03:25:23 +03:00
..