Skip to content

Commit

Permalink
meta: Pass TERM through getty (fwcfg option wasn't used?)
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Oct 9, 2023
1 parent a679ef1 commit 801193d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/x86_64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ test: system
shell: system
${EMU} -M ${EMU_MACH} -m $(RAM) -smp $(SMP) ${EMU_KVM} -cdrom image.iso \
-nographic -no-reboot -audiodev none,id=id -serial null -serial mon:stdio \
-fw_cfg name=opt/org.toaruos.gettyargs,string="-a local /dev/ttyS1" \
-fw_cfg name=opt/org.toaruos.bootmode,string=headless \
-fw_cfg name=opt/org.toaruos.term,string=${TERM}
-fw_cfg name=opt/org.toaruos.gettyargs,string="-a local /dev/ttyS1 115200 ${TERM}" \
-fw_cfg name=opt/org.toaruos.bootmode,string=headless

misaka-kernel: ${KERNEL_ASMOBJS} ${KERNEL_OBJS} kernel/symbols.o
${CC} -g -T kernel/arch/${ARCH}/link.ld ${KERNEL_CFLAGS} -o $@.64 ${KERNEL_ASMOBJS} ${KERNEL_OBJS} kernel/symbols.o
Expand Down

0 comments on commit 801193d

Please sign in to comment.