From 6cc5aea00ffa6a515fecf0d652bfcace31ccccd5 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Mon, 11 Nov 2024 17:40:48 -0500 Subject: Delete an empty file and re-add .gitignore and .gitmodules Local changes left by Leo on tama.cs.unc.edu. Committing these before deleting his home directory. For future researchers doing reproduction work, the machine used was based around an AMD 3950X running the LITMUS-RT version of Linux 5.4 (specifically, commit e08aa058 aka. the rtas21-ae branch of LITMUS-RT developed by Joshua Bakita and on GitHub). --- .gitmodules | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..53b771e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,10 @@ +[submodule "smt_analysis/plotille"] + path = smt_analysis/plotille + url = https://github.com/tammoippen/plotille.git +[submodule "wbinvd"] + path = wbinvd + url = https://github.com/JoshuaJB/wbinvd.git +[submodule "thrasher"] + path = thrasher + url = https://github.com/JoshuaJB/imx6q-thrasher.git + branch = amd-3950x-thrasher -- cgit v1.2.2