elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elkscmd/debug/dis.c
CommitAuthorDateMessage
a38c5e391e100fc82172c7f1febafad22da318fGreg Haerr2025-11-03[tools] Add disasm and nm86 to host tools build
eb20df6041df677aa576b9ede38d5fc5ed91645Greg Haerr2024-11-27[cmds] Add 'disasm -' option to read from stdin
784736577b4be03ea53ea28a67e91a3d265ce96Greg Haerr2024-09-20[cmds] Replace ifdef __ia16__ with ifdef _M_I86
da14621ccca6ab3ffe9b1dc60cf16e050bf692cGreg Haerr2024-09-02[disasm] Fix sign extension bug when disassembling large RAM segment offsets
409ae46a18cd4c1afd13d2a771057fe104d7c46Greg Haerr2024-04-10Consolidate multiple copies of minix.h, struct minix_exec_hdr
6cc93d55df8d08b4f1aecba5c243d55c89654e5Greg Haerr2024-04-06[debug] Move stack backtrace and symbol profiling to C library
8b971e5c66b6cd134bcbaad25aaea149768b964Greg Haerr2024-04-04[debug] Rewrite stack tracing code, add disasm to distribution
5389dd5f6da3e50db4157c0fb02189abc0656bfGreg Haerr2023-01-19[cmds] Build 'hostdisasm` for host-based ELKS disassembler
3d20636e70aafedafe868147cefe4cc8e754a04Greg Haerr2023-01-19[disasm] Disassemble ELKS binaries and display .data symbols
7b642740c3da278b7b3741f1f24e356ab93c8c2Greg Haerr2023-01-18Rename global routines to _get_* or _print_*
556d0deeb40a4b5d4ebae47d36a92800b83f724Greg Haerr2022-08-20Fix option processing
93ca9e2c46a6f544ee8221f34558c2399f57714Greg Haerr2022-08-20[debug] Add disasm -k option to disassemble running kernel with symbols
437c9c4b8f1a2562eba063df75d27d49d02f646Greg Haerr2022-08-18[cmds] Add -a option to disasm to output ASM input
968d948047be8627ea88d690fe39c344e11631fGreg Haerr2022-08-12Enhance disasm for binary files
0683ca11885b3d8aa99a61b4fe629d88c2f1e19Greg Haerr2022-08-12[cmds] Enhance disasm to disassemble binary file
cc81dfeb05265d3777a1c1538ff55566cfaae5aGreg Haerr2022-08-11Cleanup
119df117cee368709289faa6ecec7710926b137Greg Haerr2022-08-11[cmds] Add disasm 8086 disassembler tool for ELKS runtime