MFLD
MFLD
*Information to anyone who could wonder about the ELKS remaining stuff in DEV86.* ELKS project (see https://github.com/jbruchon/elks) was tightly coupled to DEV86 until last year. ELKS has now finished its...
The automatic build of the cross tools is broken by the latest EMU86 configuration for ELKS. That configuration requires SDL2. Here is the patch to fix: ``` diff --git a/.github/workflows/cross.yml...
To test the ELKS telnet client, I connect to my Linux workstation that is configured in UTF-8 for almost everything. The telnet server is the Busybox applet `sudo busybox telnetd...
Many projects use a shared `emu86` executable for testing, and expect a project-specific configuration (especially the 'target' parameter), but have no way to check if the current executable was built...
First ELKS port to 8018X revealed that a better timing accuracy is needed to predict the target responsiveness. As the main loop frequency is already measured, the idea is to...
From #9 : in continous traced execution, output an additional trace when a HW interrupt occurs (actually the fake timer interrupt for now).