Files
vasilito b9874d0941 feat: USB storage read/write proof + full Red Bear OS tree sync
Add redbear-usb-storage-check in-guest binary that validates USB mass
storage read and write I/O: discovers /scheme/disk/ devices, writes a
test pattern to sector 2048, reads it back, verifies match, restores
original content. Updates test-usb-storage-qemu.sh with write-proof
verification step.

Includes all accumulated Red Bear OS work: kernel patches, relibc
patches, driver infrastructure, DRM/GPU, KDE recipes, firmware,
validation tooling, build system hardening, and documentation.
2026-05-03 23:03:24 +01:00

17 lines
195 B
Plaintext

_POSIX_VERSION: 200809
NULL: (nil)
R_OK: 4
W_OK: 2
X_OK: 1
F_OK: 0
SEEK_SET: 0
SEEK_CUR: 1
SEEK_END: 2
F_LOCK: 1
F_ULOCK: 0
F_TEST: 3
F_TLOCK: 2
STDIN_FILENO: 0
STDOUT_FILENO: 1
STDERR_FILENO: 2