cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

open_loop_test.sh (185B)


      1#!/bin/bash
      2# SPDX-License-Identifier: GPL-2.0
      3 i=0
      4file=/dev/media$1
      5 while :; do
      6  echo $file
      7  i=$((i+1))
      8  R=$(./media_device_open -d $file);
      9 # clear
     10  echo -e "Loop $i\n$R"
     11 done