Reply 1440 of 2407, by hail-to-the-ryzen
After opening a plain full screen dos box in Windows 95 OSR2 (640x480 @ 16-bit colors), there is a repeated logging of this line:
PAGING:Recursive PageFault for 46c used=0
It continues until the dos box is closed and prints about every 400,000 cpu cycles. However, it does not occur in a windowed dos box. Haven't yet determined if all S3 Trio 32/64 drivers lead to the same logging, but setting video acceleration to none has no effect with the driver tested.
The log is printed by LOG_MSG, so it requires "log console=true".
I think it is related to the video mode (tested with Quake). Video modes 3, 13, and 100 do not lead to the extensive logging of that page fault, for example, but video mode 101 (640x480) leads to repeated logging of these lines:
PAGING:Recursive PageFault for 46c used=0
ERROR INT10:Unhandled VESA Function 7 Subfunction 0
I think that INT10 error is unrelated to the page fault logging because it is specific to Quake.
At video mode 103 (800x600), the lines logged are much fewer, but the fps are low, too. Is it possible that the logging is specific to a dos box @ 640x480/16?