From: Thorsten O. <ad...@th...> - 2025-01-14 04:35:46
|
On Dienstag, 14. Januar 2025 02:14:49 CET Vincent Rivière wrote: > They seem to be > related to the "show file" feature, as well as the floppy-format applet. Yes exactly. >I wasn't able to find the source for that in Thorsten's TOS 1.04 reconstructed sources. Is the source of that stuff unavailable ? Of course it is, otherwise it won't compile to an identical image ;) The show_file() command is handled in https://github.com/th-otto/tos1x/blob/ master/desk/deskshow.c, and the format dialog in https://github.com/th-otto/ tos1x/blob/master/desk/deskdisk.c. However, the versions in tos 1.00 seem to be quite different, that's why i left them out for now (only assigned some dummy labels corresponding to the LineF opcodes). Remember also the separate resource file for the format dialog. Looks like they tried to mimic the behaviour of the x86 version, which does some strange things to load FORMAT.COM and run that as a separate process. BTW, could be that one of the additional data blocks in the builtin resource data contains the desktop icons. Atleast they are not in the normal resource file. But i have to check that, the offsets from the glue header look a bit strange to me, especially in the german version. |