Initial commit: Simple Injection Target

This commit is contained in:
Christian Dietrich
2014-10-22 11:23:15 +02:00
commit d1edb4fa3a
7 changed files with 326 additions and 0 deletions

7
grub.cfg Normal file
View File

@ -0,0 +1,7 @@
set timeout=0
set default=0
menuentry "CoRedOS" {
multiboot /boot/system.elf
boot
}