forgot to commit: skeleton refactor + dts makefile

This commit is contained in:
Shaun Inman 2023-02-02 12:31:21 -05:00
parent d1d2f1af54
commit 310de3ca2a
45 changed files with 12 additions and 1 deletions

1459
src/dts/kernel.dts Normal file

File diff suppressed because it is too large Load diff

4
src/dts/makefile Normal file
View file

@ -0,0 +1,4 @@
all:
dtc -O dtb -o kernel.dtb kernel.dts
clean:
rm -f kernel.dtb