inital commit

This commit is contained in:
plane000
2018-10-07 15:16:25 +01:00
parent 9d99a5ff25
commit ae052c66f1
7 changed files with 178 additions and 0 deletions

6
ISO/boot/grub/grub.cfg Normal file
View File

@@ -0,0 +1,6 @@
set timeout=0
set default=0
menuentry "UrMumOS" {
multiboot /boot/kernel
}

BIN
ISO/boot/kernel Normal file

Binary file not shown.