2023-05-16 16:25:06 crc: Thanks for porting and fixing my code, and including it in your repo 2023-05-16 16:26:37 Writing that VM was a fun little tidy project for me, as it's so simple I had time to do it despite being very busy at the moment 2023-05-16 16:27:01 And the exercise has taught me a couple of things for the next time I try working on a Forth in AMD64 2023-05-16 16:43:16 thank you for writing it; it's now the VM I'm using on my main dev box :) 2023-05-16 16:58:45 Awesome 2023-05-16 17:01:24 I've not updated the syscalls for DragonFlyBSD but the non-block stuff is working there with the FreeBSD source, based on a report I received on mastodon. (I probably just need to choose the right number for lseek for the blocks) 2023-05-16 19:52:40 veltas: the freebsd (other than command line args) is working now. I had to save/restore r8, r9, r10, and rdx when doing the system calls. 2023-05-16 19:52:59 I'll take another look at the command line processing tomorrow.