add injection targets

This commit is contained in:
2026-03-12 01:42:34 +01:00
parent 355c3f6024
commit 94bf91d9b9
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
}