From a017760d123379cb38137e30f1a2bb39b769e78c Mon Sep 17 00:00:00 2001 From: Unbreathable <70802809+Unbreathable@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:12:24 +0200 Subject: [PATCH] feat: sheet8 a1 --- sheet08/a1.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sheet08/a1.txt diff --git a/sheet08/a1.txt b/sheet08/a1.txt new file mode 100644 index 0000000..1636f26 --- /dev/null +++ b/sheet08/a1.txt @@ -0,0 +1,3 @@ +I used the simplest trick in the book. Since we have btop installed (a more advanced and pretty version of tools like top or htop), I was just able to run "btop" to get into its interface. + +From there, you can see which CPU the system is using in the top right. Since it's a EPYC CPU, but we only have 2 threads, it goes without saying that we're in a VM since there is no AMD EPYC CPU with only 1 core with 2 threads.