On Nov 28, 9:00pm, Ulf Kornings wrote:
> I have 3 questions!
...
>3) When i try to patch a kernel with binpatch, for example:
>
> binpatch -s _ite_default_width -r 720 netbsd
>
> it NEVER replaces the old value with the new! why?
>
> binpatch comes from binpatch-arr.tar.gz and
> the kernel is A3000 1.0.
That version of binpatch has a bug when using the original syntax. You
need to use the alternate form:
binpatch -s _ite_default_width=720 netbsd
Michael