Initial commit

As of right now, rootfs.sh creates an initramfs that:
- boots linux
- builds mescc-tools-seed
- compiles blynn-compiler (from oriansj's fork)
This commit is contained in:
fosslinux 2020-12-17 10:19:25 +11:00
commit f0959ba2f4
8 changed files with 163 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
tmp/
kernel