Skip to content

Commit 1cec862

Browse files
mragetsarsAlisssaaadddMerajPoorhosseiny
committed
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: Ali Sadeghi <168981958+Alisssaaaddd@users.noreply.github.com> Co-authored-by: Meraj PourHosseiny <169587609+MerajPoorhosseiny@users.noreply.github.com>
1 parent c3713e3 commit 1cec862

40 files changed

Lines changed: 553 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: 4 additions & 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' \
@@ -28,14 +28,16 @@ build:
2828
@$(MAKE) -C $(XV6_DIR) -j2 fs.img xv6.img
2929

3030
run:
31+
@$(MAKE) -C $(XV6_DIR) CPUS=$(CPUS) qemu
32+
33+
run-nox:
3134
@$(MAKE) -C $(XV6_DIR) CPUS=$(CPUS) qemu-nox
3235

3336
test:
3437
@python3 -m unittest -v tests.test_repository
3538

3639
lint:
3740
@python3 scripts/verify_repository.py
38-
@python3 scripts/check_attribution.py
3941

4042
verify-build:
4143
@./scripts/verify_builds.sh

README.fa.md

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

0 commit comments

Comments
 (0)