diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-18 21:48:56 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-18 21:48:56 +0100 |
commit | e931314b97a698d0bb24cbf7c1d9de01f5dbb899 (patch) | |
tree | 187993858dc69255a8f0802f0fc196628c7f209a /roles/webserver/files/www/memzero/pub/.gen.sh | |
parent | 8ca26cbb43f8ff2b0b5a2c49d8e11a2f4dd54b79 (diff) | |
download | ansible-memzero-e931314b97a698d0bb24cbf7c1d9de01f5dbb899.tar.gz ansible-memzero-e931314b97a698d0bb24cbf7c1d9de01f5dbb899.zip |
nginx: add riscv pub/ docs
Diffstat (limited to 'roles/webserver/files/www/memzero/pub/.gen.sh')
-rw-r--r-- | roles/webserver/files/www/memzero/pub/.gen.sh | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/roles/webserver/files/www/memzero/pub/.gen.sh b/roles/webserver/files/www/memzero/pub/.gen.sh index 9a8030e..95e4216 100644 --- a/roles/webserver/files/www/memzero/pub/.gen.sh +++ b/roles/webserver/files/www/memzero/pub/.gen.sh @@ -47,7 +47,7 @@ cat <<EOF > $OUT const filter = document.getElementById("filter"); // Create buttons for each tag T. - ["clear", "sysv", "arm", "x86"].forEach(T => { + ["clear", "sysv", "arm", "x86", "riscv"].forEach(T => { const btn = document.createElement("button"); btn.innerHTML = T; btn.onclick = T === "clear" @@ -82,9 +82,10 @@ EOF emit "sysv" abi/sysv/sysv-gabi4-2013 https://www.sco.com/developers/gabi/latest/contents.html emit "sysv" abi/sysv/sysv-gabi41.pdf https://www.sco.com/developers/devspecs/gabi41.pdf -emit "sysv x86" abi/sysv-psabi-x86-64.pdf https://gitlab.com/x86-psABIs/x86-64-ABI/-/jobs/artifacts/master/raw/x86-64-ABI/abi.pdf?job=build -emit "sysv arm" abi/sysv/sysv-psabi-arm64.pdf https://github.com/ARM-software/abi-aa/releases/download/2023Q3/aaelf64.pdf -emit "sysv arm" abi/arm/aapcs64.pdf https://github.com/ARM-software/abi-aa/releases/download/2023Q3/aapcs64.pdf +emit "sysv x86" abi/sysv-psabi-x86-64.pdf https://gitlab.com/x86-psABIs/x86-64-ABI/-/jobs/artifacts/master/raw/x86-64-ABI/abi.pdf?job=build +emit "sysv arm" abi/sysv/sysv-psabi-arm64.pdf https://github.com/ARM-software/abi-aa/releases/download/2023Q3/aaelf64.pdf +emit "sysv arm" abi/arm/aapcs64.pdf https://github.com/ARM-software/abi-aa/releases/download/2023Q3/aapcs64.pdf +emit "syss riscv" abi/sysv/sysv-psabi-riscv.pdf https://github.com/riscv-non-isa/riscv-elf-psabi-doc/releases/latest emit "x86" arch/intel/intel64-optimization-ref-vol1.pdf https://cdrdv2.intel.com/v1/dl/getContent/671488 emit "x86" arch/intel/intel64-optimization-ref-vol2.pdf https://cdrdv2.intel.com/v1/dl/getContent/787036 @@ -92,6 +93,9 @@ emit "x86" arch/intel/intel64-vol1-architecture-manual.pdf https://cdrdv2.intel. emit "x86" arch/intel/intel64-vol2-instruction-ref.pdf https://cdrdv2.intel.com/v1/dl/getContent/671110 emit "x86" arch/intel/intel64-vol3-system-programming.pdf https://cdrdv2.intel.com/v1/dl/getContent/671447 +emit "riscv" arch/riscv/rv-1-unprivileged-isa.pdf https://github.com/riscv/riscv-isa-manual/releases/tag/Ratified-IMAFDQC +emit "riscv" arch/riscv/rv-2-privileged-architecture.pdf https://github.com/riscv/riscv-isa-manual/releases/tag/Priv-v1.12 + cat <<EOF >> $OUT </ul> </body> |