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:
parent
a29b68d806
commit
71f4bf793c
4 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue