I'm trying to zero in on the differences between qemu and my s2892. I thought this part of the log was interesting:
Something is affecting the serial port (maybe sending backspaces?)
From qemu:
Space that gets eaten 0___________________20___________________40____________________________________80 enter handle_17: a=00000178 b=00000008 c=00000040 d=000a0000 si=00005017 di=00000000 ds=00001a49 es=00000040 ip=00003dd6 cs=00001000 f=00000206 r=00000c48 enter handle_17: a=00000200 b=00000008 c=00000040 d=000a0000 si=00005017 di=00000000 ds=00001a49 es=00000040 ip=0000a2fc cs=00001000 f=00000206 r=00000c3e enter handle_11: a=00000000 b=00000007 c=00000040 d=000a0000 si=00001338 di=00000000 ds=00001a49 es=00005030 ip=0000412e cs=00001000 f=00000202 r=00000d06 KBD: int09h_handler(): unknown scancode read: 0x00000061! DSsDSsDSsDSsfail_with_code floppy_13XX: a=00001505 b=00000001 c=0000000d d=000a5000 si=00005017 di=00000000 ds=00001a49 es=00005040 ip=000055be cs=00001000 f=00000212 r=00000c02 Returning 00000001
Space that gets eaten 0___________________20___________________40____________________________________80
From the s2892:
Space that gets eaten 0___________________20___________________40_________enter handle_11: a=00000000 b=0000000c c=00000040 d=00040000 si=00001338 di=00000000 ds=00001a49 es=00000040 ip=0000412e cs=00001000 f=00000246 r=00000d06 sendmouse: keyboard input buffer full
Thanks, Myles