1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +00:00

KLH10 workaround for console I/O problem.

On some hardware and/or software, console I/O will sometimes hang.
This is documented in a KLH10 makefile, with a workaround:

# This is a known problem on some Linux systems with high performance
# hardware.  As far as I know, Ken has not found a fix for it.
#
# The workaround is to rebuild klh10 with a special configuration that
# avoids the esoteric real-time-interrupt mechanisms.
This commit is contained in:
Lars Brinkhoff 2020-02-26 08:05:24 +01:00
parent c4bb61e3b9
commit 4ed5e9a5ff
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ env:
CIRRUS_CLONE_DEPTH: 1
ARCH: amd64
BASICS: yes
CONFFLAGS_USR: -DKLH10_CTYIO_INT=0
task:
freebsd_instance:

View File

@ -229,7 +229,7 @@ $(KLH10):
./autogen.sh; \
$(MKDIR) tmp; \
cd tmp; \
export CONFFLAGS_USR=-DKLH10_DEV_DPTM03=0; \
export CONFFLAGS_USR="-DKLH10_DEV_DPTM03=0 $$CONFFLAGS_USR"; \
../configure --enable-lights --bindir="$(CURDIR)/build/klh10"; \
$(MAKE) -C bld-ks-its; \
$(MAKE) -C bld-ks-its install