[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GDB problem



Hi,

On keskiviikko 28 syyskuu 2011, Adam Klobukowski wrote:
> Your output differs from mine, You got 0 in MEM, and I got something
> like MAXLONG there. I'm using 1.17 kernel from CVS.
> 
> Can you guys try ps axu? and top?
> 
> On a bit other topic, I'm do not know what
> 
> Non-standard uts for running kernel:
> release 1.18a=1.18.0 gives version code 70144
> 
> mean and where does it come from. I do not see it in procps sources,
> is it MiNTLib? What, where, why?
> 
> Btw. IMO, the output is fine - try terminal with more columns.
> 
> I'm gonna try it with 1.18 later today. The default CVS is 1.17, chow
> can I check out 1.18?

What if one would replace this kind of interactive tools
(not needed by scripts) with Busybox?  That has much less
code & doesn't expect so much from the underlying system/C-lib
so it might be easier to get working.  And the resulting
binaries would me much smaller as you would have just
Busybox which is statically linked with MiNTlib and a large
number of differently named symlinks.

Some busybox utilities (like ps) are seriously lacking in
feature department though...


	- Eero