Skip to content

Commit 8bc45e8

Browse files
committed
refactor(repo): isolate cumulative xv6 source tree
Move the upstream-derived kernel and user-space sources into xv6/, restore the repository-level task runner, and retarget CI and verification tooling to the clean layout. Co-authored-by: Meraj PourHosseiny <169587609+MerajPoorhosseiny@users.noreply.github.com> Co-authored-by: Ali Sadeghi <168981958+Alisssaaaddd@users.noreply.github.com>
1 parent 9f5f126 commit 8bc45e8

139 files changed

Lines changed: 517 additions & 440 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
*~
2-
_*
3-
*.o
4-
*.d
5-
*.asm
6-
*.sym
7-
*.img
8-
vectors.S
9-
bootblock
10-
entryother
11-
initcode
12-
initcode.out
13-
kernel
14-
kernelmemfs
15-
mkfs
16-
.gdbinit
1+
# xv6 build artifacts
2+
xv6/*.o
3+
xv6/*.d
4+
xv6/*.asm
5+
xv6/*.sym
6+
xv6/_*
7+
xv6/bootblock
8+
xv6/entryother
9+
xv6/initcode
10+
xv6/kernel
11+
xv6/kernelmemfs
12+
xv6/mkfs
13+
xv6/vectors.S
14+
xv6/*.img
15+
xv6/.gdbinit
16+
xv6/dist/
17+
xv6/dist-test/
1718

18-
dist/
19-
dist-test/
19+
# Repository tooling
2020
__pycache__/
2121
*.py[cod]
2222
artifacts/

.xv6-labs-base

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

.xv6-labs-release

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

0 commit comments

Comments
 (0)