add WIP CPU architecture draft proposal

This commit is contained in:
Jacob Lifshay 2024-09-11 19:25:02 -07:00
parent 0442390142
commit e9aaaec5f1
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
7 changed files with 202 additions and 3 deletions

View file

@ -14,6 +14,9 @@ edition = "2021"
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.dia]
command = "scripts/mdbook-dia.py"
[output.html]
mathjax-support = true
no-section-label = true
@ -25,4 +28,8 @@ additional-css = ["src/custom.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
[output.html.print]
enable = false
enable = false
[output.html.fold]
enable = true
level = 1