Initial commit

This commit is contained in:
2026-06-23 19:09:26 +02:00
commit 5f447c955d
19 changed files with 21392 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
\makeglossaries{}
% Refer to entries using \gls, \Gls, \glspl, \Glspl
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Acronyms
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \newacronym{acpi}{ACPI}{Advanced Configuration and Power Interface}
\newacronym{aot}{AoT}{Ahead-of-Time}
\newacronym{fi}{FI}{Fault Injection}
\newacronym{fail}{FAIL*}{Fault Injection Leveraged}
\newacronym{sdc}{SDC}{Silent Data Corruption}
\newacronym{wamr}{WAMR}{WebAssembly Micro Runtime}
\newacronym{wasm}{Wasm}{WebAssembly}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Glossary Entries
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \newglossaryentry{apic timer}{%
% name={APIC Timer},
% description={A hardware timer that can trigger periodic interrupts by using a counter, integrated in the local APIC}
% }
% \newglossaryentry{fail}{%
% name={FAIL*},
% description={Fault Injection Leveraged, a \Gls{fi} framework}
% }