Here's a walkthrough of how I use the 9front distribution of Plan 9 on Windows:
https://www.youtube.com/watch?v=IzEa2L_Pgw0
Topics covered:
- 9front distribution of Plan 9 running in qemu on Ubuntu inside WSL on Windows 11
- Drawterm running natively on Windows 11
- Running arbitrary commands on Plan 9 from Ubuntu
- Mounting a directory from Plan 9 on Ubuntu
- Using OpenAI codex LLM with Plan 9
- Editing files on Plan 9 with vscode
Comments and suggestions are welcome.
https://youtu.be/giLsd-bik6A?si=R48V_1HR2SgnOFzV
Do you have any suggestions for FORTH debugging workflow?
My fork of JONESFORTH with all the infrastructure you see in the video:
https://github.com/dharmatech/jonesforth-steps/tree/main/ste...
Reading the JONESFORTH source code is one part of understanding it. But using the debugger is another very helpful part. GDB can be quite fiddly though. The above approach helps to make introspection with GDB more straightforward.
Here's the trace file from the video:
https://github.com/dharmatech/jonesforth-steps/blob/main/ste...