Compare commits
No commits in common. "3a09789df10d2a823d6841c7ff516a61d183b2bd" and "7190d2814e0f53ca58f017991ba83d7f4bb53f9b" have entirely different histories.
3a09789df1
...
7190d2814e
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
# 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).
|
Loading…
Reference in a new issue