1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-25 04:05:39 +00:00
wfjm.w11/doc/w11a_known_differences.md
wfjm 3925fb1cd9 minor updates and code cosmetics
- asm-11_expect: skip data checks if dot not defined
- tbrun: print list of failed test after summary line
- RparseUrl: add DirName,FileName,FileStem,FileType
2019-06-10 15:37:46 +02:00

2.9 KiB

Summary of known differences and limitations for w11a CPU and systems

This file descibes differences and limitations of the w11 CPU and systems. The issues of the w11 CPU and systems are listed in a separate document README_known_issues.md.

Table of content

Known differences between w11a and KB11-C (11/70)

All four points relate to very 11/70 specific behaviour, no operating system depends on them, therefore they are considered acceptable implementation differences.

Known limitations

  • some programs use timing loops based on the execution speed of the original processors. This can lead to spurious timeouts, especially in old test programs.
    --> a 'CPU throttle mechanism' will be added in a future version to circumvent this for some old test codes.
  • the emulated I/O can lead to apparently slow device reaction times, especially when the server runs as normal user process. This can lead to timeout, again mostly in test programs.
    --> a 'watch dog' mechanism will be added in a future version which suspends the CPU when the server doesn't respond fast enough.