Code Monkey home page Code Monkey logo

btstestbench's Introduction

About

This is a small 'bare metal' utility to test the Branch Trace Store (or BTS) functionality of Intel CPUs. It was intended to be used to build BTS support into a hypervisor, but unfortunately I didn't find time to do that.

It produces a bootable ISO containing 32- and 64-bit binaries, and also .bin files that you can load via PXE or directly into an emulator.

Debugging

I found Bochs particularly useful for debugging, especially the transition to protected mode. There's a bochsrc file included which you can use.

Building

The easiest way to build is via Docker. I use a version of brett's Dockerfile to handle building the toolchain, so you can just:

docker build . -f Dockerfile.64bit -t bts64
docker run --name bts64 bts64
docker cp bts64:/root/bts64.bin isodir/

docker build . -f Dockerfile.32bit -t bts32
docker run --name bts32 bts32
docker cp bts32:/root/bts32.bin isodir/

Once you've got bts32.bin and bts64.bin, you can make the iso:

grub-mkrescue -o bts.iso isodir/

Running

You can just boot the ISO in your favourite hypervisor (or emulator), burn it to CD to run on physical hardware, or just PXE boot it:

cp bts.iso tftpboot/bts.iso

Setting up PXE is out of the scope of this readme (sorry!), but you should be able to just use the pxelinux 'memdisk' driver to boot the CD:

echo "default memdisk initrd=bts.iso" > tftpboot/pxelinux.cfg/default

btstestbench's People

Contributors

randomdude avatar

Stargazers

Jevin Sweval avatar y11en avatar

Watchers

Jevin Sweval avatar James Cloos avatar  avatar

Forkers

y11en

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.