From 466ab67dd1e7e4f0c342051bc00e3fbe79261c40 Mon Sep 17 00:00:00 2001 From: Logan G Date: Mon, 4 Dec 2023 22:35:43 -0700 Subject: [PATCH] Improved Day 3 README --- day3/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/day3/README.md b/day3/README.md index 640d5e0..c2fddc8 100644 --- a/day3/README.md +++ b/day3/README.md @@ -11,7 +11,7 @@ This day was made as a Linux kernel module. This was tested on kernel 6.7.0-rc3. ### Building: To compile: `make` -To run: `insmod aoc2023d3p1.ko` or `insmod aoc2023d3p2.ko` +To run: `insmod aoc2023d3p1.ko` or `insmod aoc2023d3p2.ko`. By default it reads it's input from `/tmp/input`, however you can change this by specifying the `path` parameter and pointing it to the **full path** of your **Unix formatted** input file. # WARNING: -This **may crash your computer**, resulting in **permanent data loss**. I do **NOT** recommend running it on real hardware (unless you're an idiot like me). +This program is not safe. This **may crash your computer**, resulting in **permanent data loss**. I do **NOT** recommend running it on real hardware (unless you're an idiot like me).