cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

configure-seabios.sh (111B)


      1#!/bin/sh
      2config="$1"
      3make -C seabios clean distclean
      4cp "$config" seabios/.config
      5make -C seabios oldnoconfig