Create sys.c trace listing (.tls) file #225
ecm-pushbx
started this conversation in
Show and tell
Replies: 2 comments
-
|
As expected, running |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I added the current files to https://pushbx.org/ecm/test/20251010/ (sys.lst, sys.rel, sys.map, sys.tls, sys.com) as of #226 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Based on my work on the SRDisk makefile here's a patch to create a trace listing .tls file from compiling sys.com using gcc-ia16, along with objdump and the most recent revision of my convlist.pl script.
I don't think this is ready to be merged into the kernel repo, as it may break when building with compilers other than gcc-ia16. It can be useful for debugging, though.
It's at https://pushbx.org/ecm/test/20251010/sys-tls.diff - quoting in full:
Beta Was this translation helpful? Give feedback.
All reactions