Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.05 KB

File metadata and controls

27 lines (20 loc) · 1.05 KB

Contributing to RTXDarwin

RTXDarwin accepts small, reviewable changes that preserve the active safety boundary. A pull request must not combine capability stages.

Before submitting:

make check
./scripts/verify_locked_sources.sh

For kernel changes, describe every newly reachable device operation. A probe change must continue to pass tools/check_driver_policy.py. A later-stage change must live behind its own build/boot capability gate and include negative tests for malformed input, bounds, timeout, and wrong state.

Hardware claims need the evidence described in docs/EVIDENCE.md. Do not post firmware, VBIOS, raw EDID, panic logs without manual redaction, SMBIOS values, serial numbers, MAC addresses, hostnames, usernames, or GPU UUIDs.

For upstream-derived code, include exact file provenance and preserve the upstream notice. No code with an unclear or incompatible license enters the MIT tree.

The early project supports only the measured Gigabyte RTX 3060. Generalizing a match table before one card passes its current gate is out of scope.