Improved Day 3 README
This commit is contained in:
parent
3a09789df1
commit
466ab67dd1
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ This day was made as a Linux kernel module. This was tested on kernel 6.7.0-rc3.
|
||||||
### Building:
|
### Building:
|
||||||
To compile: `make`
|
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:
|
# 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).
|
||||||
|
|
Loading…
Reference in a new issue