From 3a4b0bd8f684913454188ef7e02deb0dbd3c7915 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 4 Mar 2020 23:38:46 -0500 Subject: [PATCH] Create trace files from book pg 660 example Physically testing on this is what made me realize input values are in hex instead of decimal. I wish I did it sooner. --- wmucachelab/traces/book_pg660_nice.trace | 16 ++++++++++++++++ wmucachelab/traces/book_pg660_thrashing.trace | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 wmucachelab/traces/book_pg660_nice.trace create mode 100644 wmucachelab/traces/book_pg660_thrashing.trace diff --git a/wmucachelab/traces/book_pg660_nice.trace b/wmucachelab/traces/book_pg660_nice.trace new file mode 100644 index 0000000..8e5202a --- /dev/null +++ b/wmucachelab/traces/book_pg660_nice.trace @@ -0,0 +1,16 @@ + S 0,4 + S 30,4 + S 4,4 + S 34,4 + S 8,4 + S 38,4 + S C,4 + S 3C,4 + S 10,4 + S 40,4 + S 14,4 + S 44,4 + S 18,4 + S 48,4 + S 1C,4 + S 4C,4 diff --git a/wmucachelab/traces/book_pg660_thrashing.trace b/wmucachelab/traces/book_pg660_thrashing.trace new file mode 100644 index 0000000..fd2fc91 --- /dev/null +++ b/wmucachelab/traces/book_pg660_thrashing.trace @@ -0,0 +1,16 @@ + S 0,4 + S 20,4 + S 4,4 + S 24,4 + S 8,4 + S 28,4 + S C,4 + S 2C,4 + S 16,4 + S 30,4 + S 14,4 + S 34,4 + S 18,4 + S 38,4 + S 1C,4 + S 3C,4 -- GitLab