Skip to content

Commit f91d857

Browse files
MerajPoorhosseinymragetsars
authored andcommitted
docs(repo): streamline public documentation layout
Consolidate public documentation and submitted artifacts under docs/, remove internal migration material and unnecessary identity metadata, and retain the verified build and QEMU workflows. Co-authored-by: Meraj Rastegar <161657590+mragetsars@users.noreply.github.com> Co-authored-by: Ali Sadeghi <168981958+Alisssaaaddd@users.noreply.github.com>
1 parent a6e1cad commit f91d857

40 files changed

Lines changed: 550 additions & 2076 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Check dependencies
3636
run: make setup
3737

38-
- name: Check repository structure and attribution
38+
- name: Check repository structure and source invariants
3939
run: make lint
4040

4141
- name: Run fast regression tests

.mailmap

Lines changed: 0 additions & 3 deletions
This file was deleted.

CITATION.cff

Lines changed: 0 additions & 27 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ help:
1212
'make build Build the cumulative xv6 kernel and filesystem image' \
1313
'make run CPUS=N Boot the cumulative kernel in QEMU' \
1414
'make test Run fast repository regression tests' \
15-
'make lint Check MRS-RS structure and Git attribution' \
15+
'make lint Check repository structure and source invariants' \
1616
'make verify-build Clean-build source, dist, and all counter modes' \
1717
'make smoke CPUS=N Boot once and run every Lab 1-4 guest regression' \
1818
'make counter-matrix-build Compile counter modes 0, 1, and 2' \
@@ -35,7 +35,6 @@ test:
3535

3636
lint:
3737
@python3 scripts/verify_repository.py
38-
@python3 scripts/check_attribution.py
3938

4039
verify-build:
4140
@./scripts/verify_builds.sh

README.fa.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)