summaryrefslogtreecommitdiff
path: root/README.md
blob: 5e6d1486b30c0fcf5f246219d8e20f1b876f67b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# kern

a kernel

### build

please install `zig`, `make`, `qemu-system-i386`, `clang-format`, `sed`, and `objcopy`

run `make`

built

### debug

run `make gdb` and `make qemu-gdb` in seperate terminals

### style

run `make fmt` before commiting

do it

### issues

figure it out