From 141173d2529ae9a9e264897b79e03c4b92bccbd5 Mon Sep 17 00:00:00 2001 From: sk4nz Date: Thu, 7 Apr 2022 12:05:25 +0200 Subject: [PATCH] Update readme to include obsd --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5d8a2b..ea3122b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ And compilation/linking flags such as: - [Masking](https://github.com/torvalds/linux/blob/cb6416592bc2a8b731dabcec0d63cda270764fc6/arch/x86/include/asm/barrier.h#L27) and [lfence](https://www.intel.com/content/www/us/en/developer/articles/troubleshooting/using-intel-compilers-to-mitigate-speculative-execution-side-channel-issues.html) mitigations against Spectre V1 - [RETPOLINE](https://support.google.com/faqs/answer/7625886) mitigation against Spectre V2 +It is known to work on the following _GNU/Linux_ distributions : _Alpine_, _RHEL8_, _Fedora35_. and _OpenBSD_. + ## Results Results are stored as JSON objects in an unique file for each run, following this pattern: ```result-$(UUID).json```