Rename kaem-minimal->kame-optional to be consistent with bootstrap seeds.

This commit is contained in:
Andrius Štikonas 2022-09-17 14:29:58 +01:00
parent cc85d5f8db
commit a4fdf03827
8 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
targets = kaem-minimal hex0 hex2 targets = kaem-optional hex0 hex2
ESP_SIZE_MIB = 50 ESP_SIZE_MIB = 50
QEMU = qemu-system-x86_64 QEMU = qemu-system-x86_64
@ -59,7 +59,7 @@ rootfs: $(targets2) $(sources)
cp -R rootfs $(build_dir) cp -R rootfs $(build_dir)
mkdir -p $(rootfs_dir)/EFI/BOOT/ mkdir -p $(rootfs_dir)/EFI/BOOT/
cp $^ $(rootfs_dir)/EFI/BOOT/ cp $^ $(rootfs_dir)/EFI/BOOT/
mv $(rootfs_dir)/EFI/BOOT/kaem-minimal.efi $(rootfs_dir)/EFI/BOOT/BOOTX64.EFI mv $(rootfs_dir)/EFI/BOOT/kaem-optional.efi $(rootfs_dir)/EFI/BOOT/BOOTX64.EFI
cp ../amd64/hex0.hex0 $(rootfs_dir)/hex0_amd64.hex0 cp ../amd64/hex0.hex0 $(rootfs_dir)/hex0_amd64.hex0
clean: clean:

View File

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
targets = kaem-minimal hex0 hex1 hex2 catm targets = kaem-optional hex0 hex1 hex2 catm
cc = clang cc = clang
cflags = -ffreestanding -MMD -mno-red-zone -std=c11 -target x86_64-unknown-windows -masm=intel cflags = -ffreestanding -MMD -mno-red-zone -std=c11 -target x86_64-unknown-windows -masm=intel

View File

@ -12,5 +12,5 @@ bootstrap-seeds\UEFI\amd64\hex0-seed.efi amd64\hex0.hex0 amd64\artifact\hex0.efi
######################################### #########################################
# Phase-0b Build minimal kaem from hex0 # # Phase-0b Build minimal kaem from hex0 #
######################################### #########################################
amd64\artifact\hex0.efi amd64\kaem-minimal.hex0 amd64\artifact\kaem-0.efi amd64\artifact\hex0.efi amd64\kaem-optional.hex0 amd64\artifact\kaem-0.efi
# for checksum validation reasons # for checksum validation reasons