Update of /cvs/haret/src
In directory h7.handhelds.org:/tmp/cvs-serv24694/src
Modified Files:
tlhcmds.cpp
Log Message:
make output of "lsmod" look nicer
Before lots of repeating, empty junk:
1076 fl=00000000 mid=8f670e9c pid=00000000 gusg=010 pusg=1024 base=03CE0000
+size=00005000 hmod=8F670E9C mod=toolhelp.dll exe=
1076 fl=00000000 mid=8f6b7d8c pid=00000000 gusg=001 pusg=2048 base=015E0000
+size=00004000 hmod=8F6B7D8C mod=system.cpl exe=
1076 fl=00000000 mid=8f71218c pid=00000000 gusg=001 pusg=064 base=01CB0000
+size=00007000 hmod=8F71218C mod=uicom.dll exe=
1076 fl=00000000 mid=8f712000 pid=00000000 gusg=001 pusg=016 base=03C30000
+size=00014000 hmod=8F712000 mod=commdlg.dll exe=
Now:
BaseAddr | Size | Handle | Usage | Module
---------+--------+----------+-------+------------------
03CE0000 | 005000 | 8F670E9C | 10 | toolhelp.dll
015E0000 | 004000 | 8F6B7D8C | 1 | system.cpl
01CB0000 | 007000 | 8F71218C | 1 | uicom.dll
03C30000 | 014000 | 8F712000 | 1 | commdlg.dll
Signed-off-by: Holger Schurig <[email protected]>
_______________________________________________
Haret mailing list
[email protected]
https://handhelds.org/mailman/listinfo/haret