Initial commit.

This commit is contained in:
Nicolás Ortega Froysa
2018-03-08 16:53:29 +01:00
commit a3c817412e
11 changed files with 352 additions and 0 deletions

3
configs/grub.cfg Normal file

@ -0,0 +1,3 @@
menuentry "UntrueOS" {
multiboot /boot/untrue.bin
}