feat: improved build process of boot-cdrom

This commit is contained in:
2023-03-24 22:33:57 +01:00
parent 9014954cd0
commit be07ec78da
6 changed files with 25 additions and 18 deletions

View File

@@ -5,17 +5,4 @@ include(FetchContent)
add_subdirectory(yak-kernel)
add_custom_target(boot-cdrom.iso
COMMAND xorriso -follow on -as mkisofs
-b limine-cd.bin
-no-emul-boot
-boot-load-size 4
-boot-info-table
--efi-boot
limine-cd-efi.bin
-efi-boot-part
--efi-boot-image
--protective-msdos-label
${CMAKE_CURRENT_SOURCE_DIR}/boot-cdrom
-o boot-cdrom.iso
DEPENDS yak.elf)
add_subdirectory(boot-cdrom)