diff --git a/day3/README.md b/day3/README.md index 32c3cf2..640d5e0 100644 --- a/day3/README.md +++ b/day3/README.md @@ -1,7 +1,17 @@ -# AOC 2023 Day 3 +# AOC 2023 Day 3 (Linux Kernel) +This day was made as a Linux kernel module. This was tested on kernel 6.7.0-rc3. + +### Requirements: +- Linux +- Linux Kernel Headers +- GNU Make +- GCC + +### Building: To compile: `make` To run: `insmod aoc2023d3p1.ko` or `insmod aoc2023d3p2.ko` +# 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).