make: serial is actually redundant, already had headless

This commit is contained in:
K. Lange 2019-12-19 17:14:23 +09:00
parent 8011966394
commit ed58edaae9
1 changed files with 0 additions and 6 deletions

View File

@ -342,12 +342,6 @@ shell: image.iso
-fw_cfg name=opt/org.toaruos.term,string=${TERM} </dev/null >/dev/null & \
stty raw -echo && nc -l 127.0.0.1 8090 && stty sane && wait
.PHONY: serial
serial: image.iso
@qemu-system-i386 -cdrom $< ${QEMU_ARGS} \
-nographic -no-reboot \
-fw_cfg name=opt/org.toaruos.bootmode,string=headless
.PHONY: efi64
efi64: image.iso
qemu-system-x86_64 -cdrom $< ${QEMU_ARGS} \