diff --git a/include/arch/i386/vga.h b/include/arch/uefi/vga.h similarity index 100% rename from include/arch/i386/vga.h rename to include/arch/uefi/vga.h diff --git a/iso/boot/grub/grub.cfg b/iso/boot/grub/grub.cfg deleted file mode 100644 index a661ef3..0000000 --- a/iso/boot/grub/grub.cfg +++ /dev/null @@ -1,7 +0,0 @@ -set timeout=10 -set default=0 - -menuentry "ProjectRED" { - multiboot /boot/red.kernel - boot -} diff --git a/iso/boot/grub/menu.lst b/iso/boot/grub/menu.lst deleted file mode 100755 index 387d721..0000000 --- a/iso/boot/grub/menu.lst +++ /dev/null @@ -1,5 +0,0 @@ -defualt=0 -timeout=0 - -title ProjectRED -kernel /boot/kernel.elf diff --git a/iso/boot/grub/stage2_eltorito b/iso/boot/grub/stage2_eltorito deleted file mode 100755 index 9e1617c..0000000 Binary files a/iso/boot/grub/stage2_eltorito and /dev/null differ diff --git a/red.kernel b/red.kernel deleted file mode 100755 index 9c284d8..0000000 Binary files a/red.kernel and /dev/null differ