File:  [MW Coherent from dump] / coherent / b / kernel / i386 / Empatch
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:37 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

# Empatch - patch a kernel so that the emulator is enabled.
#
# This involves patching three function pointers that are initially null:
#
# ndpEmFn:	becomes address of math_emulate()
# ndpKfsave:	becomes address of kfsave()
# ndpKfrstor:	becomes address of kfrstor()
KER=${1-/tx}
echo "Enabling emulator in $KER"

/conf/patch -v $KER "ndpEmFn=math_emulate" "ndpKfsave=kfsave" \
  "ndpKfrstor=kfrstor"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.