Skip to content

Commit e6fba90

Browse files
committed
schtuff added
1 parent a587fe1 commit e6fba90

5 files changed

Lines changed: 25 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: "v5.0.0"
44
hooks:
55
- id: check-added-large-files
6-
args: ["--maxkb=4096"] # raise limit to 2 MB
6+
args: ["--maxkb=5000"] # raise limit to 2 MB
77
- id: debug-statements
88
- id: check-case-conflict
99
- id: check-merge-conflict
4.64 MB
Binary file not shown.

source/docs/arm_v_x86.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Arm vs x86 Architecture Slides
2+
=====================================
3+
4+
View the `Avery Taylor's ARM vs x86 Lecture (PDF) <../_static/pdf/meeting-slides/arm_vs_x86.pdf>`_
5+
6+
.. raw:: html
7+
8+
<iframe src="../_static/pdf/meeting-slides/arm_vs_x86.pdf" width="100%" height="600px" style="border:none;"></iframe>

source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ CARP Contributor Homepage
4444
docs/memory/index
4545
docs/risc-v/index
4646
docs/intro-comp-arch
47+
docs/arm_v_x86
4748

4849
.. toctree::
4950
:hidden:

uv.lock

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)