add injection targets

This commit is contained in:
2026-03-12 01:42:34 +01:00
parent 11cf5b1701
commit 8ebb3d78df
10 changed files with 3012 additions and 0 deletions

7
targets/grub.cfg Normal file
View File

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