1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2026-08-15 11:00:07 -04:00

Better organize QEMU params

This commit is contained in:
Alex Kotov 2022-01-15 21:10:56 +05:00
parent a29b68d806
commit 71f4bf793c
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
4 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ CC = $(CCPREFIX)gcc
CONFIG_LIBKERNAUX = ../../config/x86_64-stivale2
DIFF = diff
LIMINE = ../../vendor/limine/build/bin
QEMU = qemu-system-x86_64
QEMU = qemu-system-x86_64 -serial stdio -display none
XORRISO = xorriso
BUILD_LIBKERNAUX = build-libkernaux
@ -62,7 +62,7 @@ test: run
$(DIFF) -a -Z $(EXPECTED) $(OUTPUT)
run: $(IMAGE)
$(QEMU) -cdrom $< -serial stdio -display none | tee $(OUTPUT)
$(QEMU) -cdrom $< | tee $(OUTPUT)
clean:
make -C $(BUILD_LIBKERNAUX) distclean || true