Initial commit
This commit is contained in:
@@ -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}
|
||||
% }
|
||||
Reference in New Issue
Block a user