2021-07-01 12:58:01 Hi 2021-07-01 13:22:11 crc: I think the issue is the buffer words. Not sure what I did wrong, but everything buffer-related seems broken (like n:put and s:get). 2021-07-01 14:05:00 Eureka! I had an extraneous "dup" in the definition of negative memory accesses. 2021-07-01 14:05:53 Now the listener works as expected. 2021-07-01 17:54:52 john_ceph: I'm happy you figured it out 2021-07-01 17:55:53 we ended up being extremely busy at work; I didn't get a chance to try running it until shortly before my time ended 2021-07-01 17:59:37 Have you got any machines at home that can run it? 2021-07-01 18:02:55 not at the moment 2021-07-01 18:04:25 I need to figure out how to get qemu running on my mac mini; I was using a Thinkpad, but it died a couple of weeks ago 2021-07-01 18:34:45 Struggling a bit with keyboard handling. It works fine most of the time but sometimes I just poll and get back garbage. 2021-07-01 18:42:22 Hah, got it working! 2021-07-01 19:05:43 crc: I got keyboard input working now. I included an example keymap but it probably doesn't work with regular US keyboards. 2021-07-01 19:06:15 https://codeberg.org/jmf/impexus/commit/d22aa25a254f15f216dc680b458895f57f6ea5c4 2021-07-01 19:07:23 Good night