Compare commits

...

2 commits

Author SHA1 Message Date
3a09789df1
Improved Day 3 README 2023-12-04 22:32:44 -07:00
1b14ad8869
Added compile directions and warning to Day 3 2023-12-04 22:30:23 -07:00

17
day3/README.md Normal file
View file

@ -0,0 +1,17 @@
# 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).